public class TagResponse extends AssetConsumerOMASAPIResponse
| Constructor and Description |
|---|
TagResponse()
Default constructor
|
TagResponse(TagResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Tag |
getTag()
Return the Tag object.
|
int |
hashCode()
Return hash code for this object
|
void |
setTag(Tag tag)
Set up the Tag object.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic TagResponse()
public TagResponse(TagResponse template)
template - object to copypublic Tag getTag()
public void setTag(Tag tag)
tag - tag objectpublic String toString()
toString in class AssetConsumerOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class AssetConsumerOMASAPIResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class AssetConsumerOMASAPIResponseCopyright © 2018–2019 ODPi. All rights reserved.