public class PrimaryKeyClassificationRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
PrimaryKeyClassificationRequestBody()
Default constructor
|
PrimaryKeyClassificationRequestBody(PrimaryKeyClassificationRequestBody 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.
|
PrimaryKeyProperties |
getPrimaryKeyProperties()
Return the properties associated with the primary key.
|
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 |
setPrimaryKeyProperties(PrimaryKeyProperties primaryKeyProperties)
Set up the properties associated with the primary key.
|
String |
toString()
Standard toString method.
|
public PrimaryKeyClassificationRequestBody()
public PrimaryKeyClassificationRequestBody(PrimaryKeyClassificationRequestBody template)
template - template object to copy.public MetadataCorrelationProperties getMetadataCorrelationProperties()
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
metadataCorrelationProperties - properties objectpublic PrimaryKeyProperties getPrimaryKeyProperties()
public void setPrimaryKeyProperties(PrimaryKeyProperties primaryKeyProperties)
primaryKeyProperties - propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.