public class Tag extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Tag.Type |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getRawBody() |
Tag.Type |
getType() |
String |
getValue() |
void |
setKey(String key) |
void |
setRawBody(String rawBody) |
void |
setValue(String value) |
public Tag(Tag.Type type)
Copyright © 2017. All rights reserved.