public class GlossaryTermStatusRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
GlossaryTermStatusRequestBody()
Default constructor
|
GlossaryTermStatusRequestBody(GlossaryTermStatusRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
GlossaryTermStatus |
getGlossaryTermStatus()
Return the status for the element.
|
MetadataCorrelationProperties |
getMetadataCorrelationProperties()
Return the properties used to correlate the external metadata element with the open metadata element.
|
int |
hashCode()
Return hash code for this object
|
void |
setGlossaryTermStatus(GlossaryTermStatus glossaryTermStatus)
Set up the status for the element.
|
void |
setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
Set up the properties used to correlate the external metadata element with the open metadata element.
|
String |
toString()
JSON-style toString
|
public GlossaryTermStatusRequestBody()
public GlossaryTermStatusRequestBody(GlossaryTermStatusRequestBody template)
template - object to copypublic MetadataCorrelationProperties getMetadataCorrelationProperties()
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
metadataCorrelationProperties - properties objectpublic GlossaryTermStatus getGlossaryTermStatus()
public void setGlossaryTermStatus(GlossaryTermStatus glossaryTermStatus)
glossaryTermStatus - enum objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.