public class TaxonomyClassificationRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
TaxonomyClassificationRequestBody()
Default constructor
|
TaxonomyClassificationRequestBody(TaxonomyClassificationRequestBody 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 |
getOrganizingPrinciple()
Return the organizing principle used to create the taxonomy in the glossary.
|
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 |
setOrganizingPrinciple(String organizingPrinciple)
Set up the organizing principle used to create the taxonomy in the glossary.
|
String |
toString()
Standard toString method.
|
public TaxonomyClassificationRequestBody()
public TaxonomyClassificationRequestBody(TaxonomyClassificationRequestBody template)
template - template object to copy.public MetadataCorrelationProperties getMetadataCorrelationProperties()
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
metadataCorrelationProperties - properties objectpublic String getOrganizingPrinciple()
public void setOrganizingPrinciple(String organizingPrinciple)
organizingPrinciple - string descriptionpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.