com.baidubce.services.bcc.model
Class TagModel
java.lang.Object
com.baidubce.services.bcc.model.TagModel
public class TagModel
- extends Object
The detail model of the tag.
TagModel
public TagModel()
getTagKey
public String getTagKey()
setTagKey
public void setTagKey(String tagKey)
withTagKey
public TagModel withTagKey(String tagKey)
- Configure tagKey for the model.
- Parameters:
tagKey
- The key of tag.
- Returns:
- TagModel with tagKey.
getTagValue
public String getTagValue()
setTagValue
public void setTagValue(String tagValue)
withTagValue
public TagModel withTagValue(String tagValue)
- Configure tagValue for the model.
- Parameters:
tagValue
- The value of tag.
- Returns:
- TagModel with tagValue.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2018. All rights reserved.