Class UpdateGovernanceActionProcessRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.NewGovernanceActionProcessRequestBody
org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateGovernanceActionProcessRequestBody
UpdateGovernanceActionProcessRequestBody describes the request body used to update 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.boolean
Return indication of there properties should be over-write or replace existing properties.int
hashCode()
Return hash code for this objectvoid
setMergeUpdate
(boolean mergeUpdate) Set up the indication of there properties should be over-write or replace existing properties.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworkservices.gaf.rest.NewGovernanceActionProcessRequestBody
getProcessStatus, getProperties, setProcessStatus, setProperties
-
Constructor Details
-
UpdateGovernanceActionProcessRequestBody
public UpdateGovernanceActionProcessRequestBody()Default constructor -
UpdateGovernanceActionProcessRequestBody
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getMergeUpdate
public boolean getMergeUpdate()Return indication of there properties should be over-write or replace existing properties.- Returns:
- boolean flag
-
setMergeUpdate
public void setMergeUpdate(boolean mergeUpdate) Set up the indication of there properties should be over-write or replace existing properties.- Parameters:
mergeUpdate
- boolean flag
-
toString
JSON-style toString- Overrides:
toString
in classNewGovernanceActionProcessRequestBody
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classNewGovernanceActionProcessRequestBody
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classNewGovernanceActionProcessRequestBody
- Returns:
- int hash code
-