public class CanonicalVocabularyClassificationRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
CanonicalVocabularyClassificationRequestBody()
Default constructor
|
CanonicalVocabularyClassificationRequestBody(CanonicalVocabularyClassificationRequestBody template)
Copy/clone constructor for a primary key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
MetadataCorrelationProperties |
getMetadataCorrelationProperties()
Return the properties used to correlate the external metadata element with the open metadata element.
|
String |
getScope()
Return the scope that the terms in the glossary covers.
|
int |
hashCode()
Return has code based on properties.
|
void |
setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
Set up the properties used to correlate the external metadata element with the open metadata element.
|
void |
setScope(String scope)
Set up the scope that the terms in the glossary covers.
|
String |
toString()
Standard toString method.
|
public CanonicalVocabularyClassificationRequestBody()
public CanonicalVocabularyClassificationRequestBody(CanonicalVocabularyClassificationRequestBody template)
template - template object to copy.public MetadataCorrelationProperties getMetadataCorrelationProperties()
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
metadataCorrelationProperties - properties objectpublic String getScope()
public void setScope(String scope)
scope - string descriptionpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.