类 Tag


  • public class Tag
    extends Object
    • 构造器详细资料

      • Tag

        public Tag()
    • 方法详细资料

      • getTagKey

        public String getTagKey()
      • setTagKey

        public void setTagKey​(String tagKey)
      • getTagValue

        public String getTagValue()
      • setTagValue

        public void setTagValue​(String tagValue)
      • withTagKey

        public Tag withTagKey​(String tagKey)
      • withTagValue

        public Tag withTagValue​(String tagValue)