public class Tag extends Object implements Serializable
Tag()
Tag(String key, String value)
String
getKey()
getValue()
static Tag
of(String key, String value)
void
setKey(String key)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tag(String key, String value)
public Tag()
public static Tag of(String key, String value)
public String getKey()
public String getValue()
public void setKey(String key)
public void setValue(String value)
Copyright © 2022. All rights reserved.