Package org.wso2.carbon.registry.ws.api
Class WSTaggedResourcePath
- java.lang.Object
-
- org.wso2.carbon.registry.ws.api.WSTaggedResourcePath
-
public class WSTaggedResourcePath extends Object
-
-
Constructor Summary
Constructors Constructor Description WSTaggedResourcePath()
WSTaggedResourcePath(long tagcount, WSMap[] tagcounts, String resourcepath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResourcePath()
long
getTagCount()
WSMap[]
getTagCounts()
void
setResourcePath(String resourcePath)
void
setTagCount(long tagCount)
void
setTagCounts(WSMap[] tagCounts)
-
-
-
Method Detail
-
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)
-
-