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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.booleanReturn indication of there properties should be over-write or replace existing properties.inthashCode()Return hash code for this objectvoidsetMergeUpdate(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:
toStringin classNewGovernanceActionProcessRequestBody- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classNewGovernanceActionProcessRequestBody- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classNewGovernanceActionProcessRequestBody- Returns:
- int hash code
-