public class TagRequestBody extends AssetConsumerOMASAPIRequestBody
| Constructor and Description |
|---|
TagRequestBody()
Default constructor
|
TagRequestBody(TagRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getTagDescription()
Return the description that accompanies the tag.
|
String |
getTagName()
Return the name of the tag.
|
int |
hashCode()
Return hash code for this object
|
void |
setTagDescription(String tagDescription)
Set up the description that accompanies the tag.
|
void |
setTagName(String tagName)
Set up the name of the tag.
|
String |
toString()
JSON-style toString.
|
public TagRequestBody()
public TagRequestBody(TagRequestBody template)
template - object to copypublic String getTagName()
public void setTagName(String tagName)
tagName - stringpublic String getTagDescription()
public void setTagDescription(String tagDescription)
tagDescription - String (optional) description of the tag. Setting a description, particularly in
a public tag makes the tag more valuable to other users and can act as an embryonic
glossary term.public String toString()
toString in class AssetConsumerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2017–2018 ODPi. All rights reserved.