public class TaggedValue extends Object implements Serializable
| Constructor and Description |
|---|
TaggedValue()
The default constructor.
|
TaggedValue(String tag,
String value)
Constructor with a tag and a value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTag()
Get the tag.
|
String |
getValue()
Get the value.
|
TaggedValue |
setTag(String tag)
Set the tag.
|
TaggedValue |
setValue(String value)
Set the value.
|
public String getTag()
public TaggedValue setTag(String tag)
tag - this object.public String getValue()
public TaggedValue setValue(String value)
value - this object.Copyright © 2019. All rights reserved.