public class CategorizationRequestBody extends AssetManagerIdentifiersRequestBody
| Constructor and Description |
|---|
CategorizationRequestBody()
Default constructor
|
CategorizationRequestBody(CategorizationRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
GlossaryTermCategorization |
getCategorizationProperties()
Return the properties for the relationship.
|
int |
hashCode()
Return hash code for this object
|
void |
setCategorizationProperties(GlossaryTermCategorization categorizationProperties)
Set up the properties for the relationship.
|
String |
toString()
JSON-style toString
|
getAssetManagerGUID, getAssetManagerName, setAssetManagerGUID, setAssetManagerNamepublic CategorizationRequestBody()
public CategorizationRequestBody(CategorizationRequestBody template)
template - object to copypublic GlossaryTermCategorization getCategorizationProperties()
public void setCategorizationProperties(GlossaryTermCategorization categorizationProperties)
categorizationProperties - properties objectpublic String toString()
toString in class AssetManagerIdentifiersRequestBodypublic boolean equals(Object objectToCompare)
equals in class AssetManagerIdentifiersRequestBodyobjectToCompare - test objectpublic int hashCode()
hashCode in class AssetManagerIdentifiersRequestBodyCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.