Class UpdatePropertiesRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateRequestBody
org.odpi.openmetadata.accessservices.governanceengine.rest.UpdatePropertiesRequestBody
UpdatePropertiesRequestBody provides a structure for passing the properties for updating metadata elements, relationships or classifications.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.org.odpi.openmetadata.frameworks.governanceaction.search.ElementPropertiesReturn the properties for the update.booleanReturn the flag to indicate whether to completely replace the existing properties with the new properties, or just update the individual properties specified on the request.inthashCode()Return hash code for this objectvoidsetProperties(org.odpi.openmetadata.frameworks.governanceaction.search.ElementProperties properties) Set up the properties for the update.voidsetReplaceProperties(boolean replaceProperties) Set up the flag to indicate whether to completely replace the existing properties with the new properties, or just update the individual properties specified on the request.toString()JSON-style toString.Methods inherited from class org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateRequestBody
getEffectiveTime, getForDuplicateProcessing, getForLineage, setEffectiveTime, setForDuplicateProcessing, setForLineage
-
Constructor Details
-
UpdatePropertiesRequestBody
public UpdatePropertiesRequestBody()Default constructor -
UpdatePropertiesRequestBody
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getReplaceProperties
public boolean getReplaceProperties()Return the flag to indicate whether to completely replace the existing properties with the new properties, or just update the individual properties specified on the request.- Returns:
- boolean flag
-
setReplaceProperties
public void setReplaceProperties(boolean replaceProperties) Set up the flag to indicate whether to completely replace the existing properties with the new properties, or just update the individual properties specified on the request.- Parameters:
replaceProperties- boolean flag
-
getProperties
public org.odpi.openmetadata.frameworks.governanceaction.search.ElementProperties getProperties()Return the properties for the update.- Returns:
- list of properties
-
setProperties
public void setProperties(org.odpi.openmetadata.frameworks.governanceaction.search.ElementProperties properties) Set up the properties for the update.- Parameters:
properties- list of properties
-
toString
JSON-style toString.- Overrides:
toStringin classUpdateRequestBody- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equalsin classUpdateRequestBody- Parameters:
objectToCompare- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classUpdateRequestBody- Returns:
- int hash code
-