public class WSResourceData extends Object
Constructor and Description |
---|
WSResourceData() |
Modifier and Type | Method and Description |
---|---|
WSAssociation[] |
getAssociations() |
float |
getAverageRating() |
WSComment[] |
getComments() |
int |
getRating() |
WSResource |
getResource() |
WSTag[] |
getTags() |
void |
setAssociations(WSAssociation[] associations) |
void |
setAverageRating(float averageRating) |
void |
setComments(WSComment[] comments) |
void |
setRating(int rating) |
void |
setResource(WSResource resource) |
void |
setTags(WSTag[] tags) |
public WSResource getResource()
public void setResource(WSResource resource)
public WSAssociation[] getAssociations()
public void setAssociations(WSAssociation[] associations)
public WSTag[] getTags()
public void setTags(WSTag[] tags)
public WSComment[] getComments()
public void setComments(WSComment[] comments)
public int getRating()
public void setRating(int rating)
public float getAverageRating()
public void setAverageRating(float averageRating)
Copyright © 2020 WSO2. All rights reserved.