public class GlossaryRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
GlossaryRequestBody()
Default constructor
|
GlossaryRequestBody(GlossaryRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
GlossaryProperties |
getElementProperties()
Return the properties 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 |
setElementProperties(GlossaryProperties elementProperties)
Set up the properties 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 GlossaryRequestBody()
public GlossaryRequestBody(GlossaryRequestBody template)
template - object to copypublic MetadataCorrelationProperties getMetadataCorrelationProperties()
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
metadataCorrelationProperties - properties objectpublic GlossaryProperties getElementProperties()
public void setElementProperties(GlossaryProperties elementProperties)
elementProperties - properties objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.