Class UpdateGovernanceActionTypeRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateGovernanceActionTypeRequestBody
- All Implemented Interfaces:
Serializable
UpdateGovernanceActionTypeRequestBody describes the request body used to update governance action type properties.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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.Return the properties for the element.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.void
setProperties
(GovernanceActionTypeProperties properties) Set up the properties for the element.toString()
JSON-style toString
-
Constructor Details
-
UpdateGovernanceActionTypeRequestBody
public UpdateGovernanceActionTypeRequestBody()Default constructor -
UpdateGovernanceActionTypeRequestBody
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
-
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
-