public class TemplateClassificationRequestBody extends AssetOwnerOMASAPIRequestBody
| Constructor and Description |
|---|
TemplateClassificationRequestBody()
Default constructor
|
TemplateClassificationRequestBody(TemplateClassificationRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
String |
getDescription()
Returns the description property for the template.
|
String |
getName()
Returns the name property for the template.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setDescription(String description)
Set up the description property associated with the template.
|
void |
setName(String name)
Set up the name property for the template.
|
String |
toString()
Generate a string containing the properties.
|
public TemplateClassificationRequestBody()
public TemplateClassificationRequestBody(TemplateClassificationRequestBody template)
template - object to copypublic String getName()
public void setName(String name)
name - String namepublic String getDescription()
public void setDescription(String description)
description - String textpublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic String toString()
toString in class AssetOwnerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.