public class Tag extends Object
| Constructor and Description |
|---|
Tag() |
Tag(String kvString) |
Tag(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
static Map.Entry<String,String> |
of(String kvString) |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toKVString() |
String |
toString() |
public Tag()
public Tag(String kvString)
public String getKey()
public void setKey(String key)
key - the key to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic String toKVString()
Copyright © 2018. All rights reserved.