@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class TagListResponse extends Object
| Constructor and Description |
|---|
TagListResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
TagKey |
getParentTagKey()
The parent tag's unique key
|
List<TagChild> |
getTagChildren()
The list of children tags
|
TagKey |
getTagKey()
The tag's unique key
|
int |
hashCode() |
void |
setParentTagKey(TagKey parentTagKey) |
void |
setTagChildren(List<TagChild> tagChildren) |
void |
setTagKey(TagKey tagKey) |
String |
toString() |
Copyright © 2017. All rights reserved.