Class UpdateGovernanceActionTypeRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateGovernanceActionTypeRequestBody
UpdateGovernanceActionTypeRequestBody describes the request body used to update governance action type 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.org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypePropertiesReturn 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(org.odpi.openmetadata.frameworks.governanceaction.properties.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
public org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties getProperties()Return the properties for the element.- Returns:
- properties object
-
setProperties
public void setProperties(org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties properties) 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
-