Class UpdateGovernanceActionTypeRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateGovernanceActionTypeRequestBody
-
- All Implemented Interfaces:
Serializable
public class UpdateGovernanceActionTypeRequestBody extends Object implements Serializable
UpdateGovernanceActionTypeRequestBody describes the request body used to update governance action type properties.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateGovernanceActionTypeRequestBody()Default constructorUpdateGovernanceActionTypeRequestBody(UpdateGovernanceActionTypeRequestBody 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.GovernanceActionTypePropertiesgetProperties()Return the properties for the element.inthashCode()Return hash code for this objectvoidsetMergeUpdate(boolean mergeUpdate)Set up the indication of there properties should be over-write or replace existing properties.voidsetProperties(GovernanceActionTypeProperties properties)Set up the properties for the element.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
UpdateGovernanceActionTypeRequestBody
public UpdateGovernanceActionTypeRequestBody()
Default constructor
-
UpdateGovernanceActionTypeRequestBody
public UpdateGovernanceActionTypeRequestBody(UpdateGovernanceActionTypeRequestBody 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
-
getProperties
public GovernanceActionTypeProperties getProperties()
Return the properties for the element.- Returns:
- properties object
-
setProperties
public void setProperties(GovernanceActionTypeProperties properties)
Set up the properties for the element.- Parameters:
properties- properties object
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-