public class TagRequestBody extends FeedbackRequestBody
| 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.
|
isPublic, setPublicpublic 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 FeedbackRequestBodypublic boolean equals(Object objectToCompare)
equals in class FeedbackRequestBodyobjectToCompare - object to comparepublic int hashCode()
hashCode in class FeedbackRequestBodyCopyright © 2018–2020 ODPi. All rights reserved.