@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class Tag extends Object
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
The tag's description
|
String |
getDisplayName()
The tag's name in plain text for human readability
|
Boolean |
getHasChildren()
A boolean flag that shows whether this tag has further children
|
Integer |
getId()
The internal identifier that uniquely references a Tag
|
String |
getLastUpdatedByUserId()
The User ID of the user who last updated this tag
|
TagKey |
getParentTagKey()
The parent tag's unique key
|
TagKey |
getTagKey()
The tag's unique key
|
Date |
getUpdatedTime()
The timestamp of when it is last updated
|
String |
getUserId()
The User ID of the user who created this tag
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setHasChildren(Boolean hasChildren) |
void |
setId(Integer id) |
void |
setLastUpdatedByUserId(String lastUpdatedByUserId) |
void |
setParentTagKey(TagKey parentTagKey) |
void |
setTagKey(TagKey tagKey) |
void |
setUpdatedTime(Date updatedTime) |
void |
setUserId(String userId) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public TagKey getTagKey()
public void setTagKey(TagKey tagKey)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
public String getUserId()
public void setUserId(String userId)
public String getLastUpdatedByUserId()
public void setLastUpdatedByUserId(String lastUpdatedByUserId)
public Date getUpdatedTime()
public void setUpdatedTime(Date updatedTime)
public TagKey getParentTagKey()
public void setParentTagKey(TagKey parentTagKey)
public Boolean getHasChildren()
public void setHasChildren(Boolean hasChildren)
Copyright © 2017. All rights reserved.