Class WSTag


  • public class WSTag
    extends Object
    The WSTag class is a web service compatible representation of org.wso2.carbon.registry.core.Tag class. The above mentioned class cannot be directly used as a argument/return type of a web service.
    • Constructor Detail

      • WSTag

        public WSTag()
    • Method Detail

      • getCategory

        public int getCategory()
      • setCategory

        public void setCategory​(int category)
      • getTagName

        public String getTagName()
      • setTagName

        public void setTagName​(String tagName)
      • getTagCount

        public long getTagCount()
      • setTagCount

        public void setTagCount​(long tagCount)