public class TagType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TagType.Builder |
| Constructor and Description |
|---|
TagType(String keyName,
String description) |
| Modifier and Type | Method and Description |
|---|---|
static TagType.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getKeyName() |
int |
hashCode() |
TagType.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"keyName","description"}) public TagType(@Nullable String keyName, @Nullable String description)
public String getKeyName()
public String getDescription()
public static TagType.Builder builder()
public TagType.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.