public static class BucketTagInfo.TagSet.Tag extends Object
Constructor and Description |
---|
Tag() |
Tag(String key,
String value)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getKey()
Obtain the tag key.
|
String |
getValue()
Obtain the tag value.
|
int |
hashCode() |
void |
setKey(String key)
Set the tag key.
|
void |
setValue(String value)
Set the tag value.
|
public String getKey()
public void setKey(String key)
key
- Tag keypublic String getValue()
public void setValue(String value)
value
- Tag valueCopyright © 2019. All rights reserved.