Class WSTaggedResourcePath

java.lang.Object
org.wso2.carbon.registry.ws.api.WSTaggedResourcePath

public class WSTaggedResourcePath extends Object
  • Constructor Details

    • WSTaggedResourcePath

      public WSTaggedResourcePath()
    • WSTaggedResourcePath

      public WSTaggedResourcePath(long tagcount, WSMap[] tagcounts, String resourcepath)
  • Method Details

    • getResourcePath

      public String getResourcePath()
    • setResourcePath

      public void setResourcePath(String resourcePath)
    • getTagCount

      public long getTagCount()
    • setTagCount

      public void setTagCount(long tagCount)
    • getTagCounts

      public WSMap[] getTagCounts()
    • setTagCounts

      public void setTagCounts(WSMap[] tagCounts)