Class GlossaryRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryRequestBody
- All Implemented Interfaces:
Serializable
GlossaryRequestBody describes the request body used to create/update glossary properties.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorGlossaryRequestBody(GlossaryRequestBody template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the properties for the element.Return the properties used to correlate the external metadata element with the open metadata element.inthashCode()Return hash code for this objectvoidsetElementProperties(GlossaryProperties elementProperties) Set up the properties for the element.voidsetMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties) Set up the properties used to correlate the external metadata element with the open metadata element.toString()JSON-style toString
-
Constructor Details
-
GlossaryRequestBody
public GlossaryRequestBody()Default constructor -
GlossaryRequestBody
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getMetadataCorrelationProperties
Return the properties used to correlate the external metadata element with the open metadata element.- Returns:
- properties object
-
setMetadataCorrelationProperties
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties) Set up the properties used to correlate the external metadata element with the open metadata element.- Parameters:
metadataCorrelationProperties- properties object
-
getElementProperties
Return the properties for the element.- Returns:
- properties object
-
setElementProperties
Set up the properties for the element.- Parameters:
elementProperties- 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
-