Class UpdateGovernanceActionProcessStepRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateGovernanceActionProcessStepRequestBody
UpdateGovernanceActionProcessStepRequestBody describes the request body used to update governance action process step 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.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
(GovernanceActionProcessStepProperties properties) Set up the properties for the element.toString()
JSON-style toString
-
Constructor Details
-
UpdateGovernanceActionProcessStepRequestBody
public UpdateGovernanceActionProcessStepRequestBody()Default constructor -
UpdateGovernanceActionProcessStepRequestBody
public UpdateGovernanceActionProcessStepRequestBody(UpdateGovernanceActionProcessStepRequestBody template) 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
-