@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class TagCreateRequest extends Object
| Constructor and Description |
|---|
TagCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
An optional description
|
String |
getDisplayName()
The tag's name in plain text for human readability
|
TagKey |
getParentTagKey()
An optional parent tag's unique key
|
TagKey |
getTagKey()
The tag's unique key
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setParentTagKey(TagKey parentTagKey) |
void |
setTagKey(TagKey tagKey) |
String |
toString() |
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 TagKey getParentTagKey()
public void setParentTagKey(TagKey parentTagKey)
Copyright © 2017. All rights reserved.