Class UpdateGovernanceActionProcessRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceengine.rest.NewGovernanceActionProcessRequestBody
-
- org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateGovernanceActionProcessRequestBody
-
- All Implemented Interfaces:
Serializable
public class UpdateGovernanceActionProcessRequestBody extends NewGovernanceActionProcessRequestBody
UpdateGovernanceActionProcessRequestBody describes the request body used to update governance action process properties.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateGovernanceActionProcessRequestBody()Default constructorUpdateGovernanceActionProcessRequestBody(UpdateGovernanceActionProcessRequestBody template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.booleangetMergeUpdate()Return 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.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceengine.rest.NewGovernanceActionProcessRequestBody
getProcessStatus, getProperties, setProcessStatus, setProperties
-
-
-
-
Constructor Detail
-
UpdateGovernanceActionProcessRequestBody
public UpdateGovernanceActionProcessRequestBody()
Default constructor
-
UpdateGovernanceActionProcessRequestBody
public UpdateGovernanceActionProcessRequestBody(UpdateGovernanceActionProcessRequestBody template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
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
public String toString()
JSON-style toString- Overrides:
toStringin classNewGovernanceActionProcessRequestBody- Returns:
- return string containing the property names and values
-
equals
public boolean equals(Object objectToCompare)
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
-
-