@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class TagType extends Object
| Constructor and Description |
|---|
TagType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
The tag type's description
|
String |
getDisplayName()
The tag type's name in plain text for human readability
|
TagTypeKey |
getTagTypeKey()
The tag type unique key
|
Integer |
getTagTypeOrder()
The tag type's order relative to other tag types
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setTagTypeKey(TagTypeKey tagTypeKey) |
void |
setTagTypeOrder(Integer tagTypeOrder) |
String |
toString() |
public TagTypeKey getTagTypeKey()
public void setTagTypeKey(TagTypeKey tagTypeKey)
public String getDisplayName()
public void setDisplayName(String displayName)
public Integer getTagTypeOrder()
public void setTagTypeOrder(Integer tagTypeOrder)
public String getDescription()
public void setDescription(String description)
Copyright © 2017. All rights reserved.