public class PrimaryKeyClassificationRequestBody extends AssetManagerIdentifiersRequestBody
| 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.
|
PrimaryKeyProperties |
getPrimaryKeyProperties()
Return the properties associated with the primary key.
|
int |
hashCode()
Return has code based on properties.
|
void |
setPrimaryKeyProperties(PrimaryKeyProperties primaryKeyProperties)
Set up the properties associated with the primary key.
|
String |
toString()
Standard toString method.
|
getAssetManagerGUID, getAssetManagerName, setAssetManagerGUID, setAssetManagerNamepublic PrimaryKeyClassificationRequestBody()
public PrimaryKeyClassificationRequestBody(PrimaryKeyClassificationRequestBody template)
template - template object to copy.public PrimaryKeyProperties getPrimaryKeyProperties()
public void setPrimaryKeyProperties(PrimaryKeyProperties primaryKeyProperties)
primaryKeyProperties - propertiespublic String toString()
toString in class AssetManagerIdentifiersRequestBodypublic boolean equals(Object objectToCompare)
equals in class AssetManagerIdentifiersRequestBodyobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetManagerIdentifiersRequestBodyCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.