public class Tag extends Object implements Serializable, Cloneable
Information about a tag.
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The tag's key.
|
String |
getValue()
The tag's value.
|
int |
hashCode() |
void |
setKey(String key)
The tag's key.
|
void |
setValue(String value)
The tag's value.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Tag |
withKey(String key)
The tag's key.
|
Tag |
withValue(String value)
The tag's value.
|
public String getKey()
public void setKey(String key)
key - The tag's key.public Tag withKey(String key)
Returns a reference to this object so that method calls can be chained together.
key - The tag's key.public String getValue()
public void setValue(String value)
value - The tag's value.public Tag withValue(String value)
Returns a reference to this object so that method calls can be chained together.
value - The tag's value.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.