public class Tag extends Object implements Serializable
| Constructor and Description |
|---|
Tag(String key,
String value)
Constructs an instance of this object.
|
public String getKey()
public void setKey(String key) throws ClientException
key - The tag key.ClientExceptionpublic String getValue()
public void setValue(String value) throws ClientException
value - The tag value.ClientExceptionCopyright © 2023. All Rights Reserved.