Class NewGovernanceActionProcessRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.NewGovernanceActionProcessRequestBody
- Direct Known Subclasses:
UpdateGovernanceActionProcessRequestBody
NewGovernanceActionProcessRequestBody describes the request body used to create governance action process properties.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the initial status of the governance action status.Return the properties for the element.int
hashCode()
Return hash code for this objectvoid
setProcessStatus
(ProcessStatus processStatus) Set up the initial status of the governance action status.void
setProperties
(GovernanceActionProcessProperties properties) Set up the properties for the element.toString()
JSON-style toString
-
Constructor Details
-
NewGovernanceActionProcessRequestBody
public NewGovernanceActionProcessRequestBody()Default constructor -
NewGovernanceActionProcessRequestBody
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getProcessStatus
Return the initial status of the governance action status.- Returns:
- status enum
-
setProcessStatus
Set up the initial status of the governance action status.- Parameters:
processStatus
- status enum
-
getProperties
Return the properties for the element.- Returns:
- properties object
-
setProperties
Set up the properties for the element.- Parameters:
properties
- properties object
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-