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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessStatusReturn the initial status of the governance action status.org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessPropertiesReturn the properties for the element.inthashCode()Return hash code for this objectvoidsetProcessStatus(org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessStatus processStatus) Set up the initial status of the governance action status.voidsetProperties(org.odpi.openmetadata.frameworks.governanceaction.properties.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
public org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessStatus getProcessStatus()Return the initial status of the governance action status.- Returns:
- status enum
-
setProcessStatus
public void setProcessStatus(org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessStatus processStatus) Set up the initial status of the governance action status.- Parameters:
processStatus- status enum
-
getProperties
public org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties getProperties()Return the properties for the element.- Returns:
- properties object
-
setProperties
public void setProperties(org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties properties) 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
-