public class ActivityTermClassificationRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
ActivityTermClassificationRequestBody()
Default constructor
|
ActivityTermClassificationRequestBody(ActivityTermClassificationRequestBody 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.
|
GlossaryTermActivityType |
getActivityType()
Return the activity type for the classification.
|
MetadataCorrelationProperties |
getMetadataCorrelationProperties()
Return the properties used to correlate the external metadata element with the open metadata element.
|
int |
hashCode()
Return has code based on properties.
|
void |
setActivityType(GlossaryTermActivityType activityType)
Set up the activity type for the classification.
|
void |
setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
Set up the properties used to correlate the external metadata element with the open metadata element.
|
String |
toString()
Standard toString method.
|
public ActivityTermClassificationRequestBody()
public ActivityTermClassificationRequestBody(ActivityTermClassificationRequestBody template)
template - template object to copy.public MetadataCorrelationProperties getMetadataCorrelationProperties()
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
metadataCorrelationProperties - properties objectpublic GlossaryTermActivityType getActivityType()
public void setActivityType(GlossaryTermActivityType activityType)
activityType - enumpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.