public class TaggedResourcePath
extends org.wso2.carbon.registry.api.TaggedResourcePath
Constructor and Description |
---|
TaggedResourcePath() |
Modifier and Type | Method and Description |
---|---|
void |
addTagCount(String tagName,
long count)
Method to add the tag count.
|
long |
getTagCount()
Method to get the tag count.
|
Map<String,String> |
getTagCounts()
Method to get the tag count.
|
void |
setTagCount(long tagCount)
Deprecated.
There is no need to externally set this
|
void |
setTagCounts(Map<String,String> tagCounts)
Method to set the tag count.
|
public long getTagCount()
public void setTagCount(long tagCount)
tagCount
- the tag count.public Map<String,String> getTagCounts()
public void setTagCounts(Map<String,String> tagCounts)
tagCounts
- the tag count.public void addTagCount(String tagName, long count)
tagName
- the tag.count
- the count.Copyright © 2016 WSO2 Inc. All Rights Reserved.