类 BucketTagInfo.TagSet
java.lang.Object
com.obs.services.model.BucketTagInfo.TagSet
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Add a tag.getTags()Obtain the tag list.Delete a tag.removeTagByKey(String key) Delete a tag.toString()
-
构造器详细资料
-
TagSet
public TagSet()
-
-
方法详细资料
-
getTags
-
addTag
Add a tag.- 参数:
key- Tag keyvalue- Tag value- 返回:
- Newly added tag
-
removeTag
Delete a tag.- 参数:
key- Tag keyvalue- Tag value- 返回:
- Deleted tag
-
removeTagByKey
Delete a tag.- 参数:
key- Tag key- 返回:
- Deleted tag
-
toString
-