public class ObjectTag extends Object implements Serializable
ObjectTag()
ObjectTag(String key, String value)
boolean
equals(Object o)
String
getKey()
getValue()
int
hashCode()
void
setKey(String key)
setValue(String value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ObjectTag()
public ObjectTag(String key, String value)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String toString()
toString
Copyright © 2024. All rights reserved.