public class TaggedResourcePath extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
resourcePath
Resource path for which the tag counts are associated.
|
protected List<Tag> |
tags
Tags which are associated with
resourcePath |
| Constructor and Description |
|---|
TaggedResourcePath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResourcePath()
Method to get the resource path.
|
Tag[] |
getTags()
Method to get the tag count.
|
void |
setResourcePath(String resourcePath)
Method to get the resource path.
|
protected String resourcePath
public String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath - the resource path.public Tag[] getTags()
Copyright © 2018 WSO2 Inc. All rights reserved.