Class GlossaryTermStatusRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryTermStatusRequestBody
-
- All Implemented Interfaces:
Serializable
public class GlossaryTermStatusRequestBody extends Object implements Serializable
GlossaryTermStatusRequestBody describes the request body used to update a glossary term's status.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlossaryTermStatusRequestBody()Default constructorGlossaryTermStatusRequestBody(GlossaryTermStatusRequestBody 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.GlossaryTermStatusgetGlossaryTermStatus()Return the status for the element.MetadataCorrelationPropertiesgetMetadataCorrelationProperties()Return the properties used to correlate the external metadata element with the open metadata element.inthashCode()Return hash code for this objectvoidsetGlossaryTermStatus(GlossaryTermStatus glossaryTermStatus)Set up the status for the element.voidsetMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)Set up the properties used to correlate the external metadata element with the open metadata element.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
GlossaryTermStatusRequestBody
public GlossaryTermStatusRequestBody()
Default constructor
-
GlossaryTermStatusRequestBody
public GlossaryTermStatusRequestBody(GlossaryTermStatusRequestBody template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
getMetadataCorrelationProperties
public MetadataCorrelationProperties 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
-
getGlossaryTermStatus
public GlossaryTermStatus getGlossaryTermStatus()
Return the status for the element.- Returns:
- enum object
-
setGlossaryTermStatus
public void setGlossaryTermStatus(GlossaryTermStatus glossaryTermStatus)
Set up the status for the element.- Parameters:
glossaryTermStatus- enum object
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-