类 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.
        参数:
        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.