public class TagsResponse extends PagedResponse
| Constructor and Description |
|---|
TagsResponse()
Default constructor
|
TagsResponse(TagsResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<InformalTag> |
getTags()
Return the list of glossary terms in the response.
|
int |
hashCode()
Return hash code for this object
|
void |
setTags(List<InformalTag> tags)
Set up the list of glossary terms for the response.
|
String |
toString()
JSON-style toString
|
getStartingFromElement, setStartingFromElementgetExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic TagsResponse()
public TagsResponse(TagsResponse template)
template - object to copypublic List<InformalTag> getTags()
public void setTags(List<InformalTag> tags)
tags - listpublic String toString()
toString in class PagedResponsepublic boolean equals(Object objectToCompare)
equals in class PagedResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class PagedResponseCopyright © 2018–2019 ODPi. All rights reserved.