类 TagModel
- java.lang.Object
-
- com.baidubce.services.bcc.model.TagModel
-
public class TagModel extends Object
The detail model of the tag.
-
-
构造器概要
构造器 构造器 说明 TagModel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetTagKey()StringgetTagValue()voidsetTagKey(String tagKey)voidsetTagValue(String tagValue)StringtoString()TagModelwithTagKey(String tagKey)Configure tagKey for the model.TagModelwithTagValue(String tagValue)Configure tagValue for the model.
-
-
-
方法详细资料
-
getTagKey
public String getTagKey()
-
setTagKey
public void setTagKey(String tagKey)
-
withTagKey
public TagModel withTagKey(String tagKey)
Configure tagKey for the model.- 参数:
tagKey- The key of tag.- 返回:
- TagModel with tagKey.
-
getTagValue
public String getTagValue()
-
setTagValue
public void setTagValue(String tagValue)
-
withTagValue
public TagModel withTagValue(String tagValue)
Configure tagValue for the model.- 参数:
tagValue- The value of tag.- 返回:
- TagModel with tagValue.
-
-