Interface Rating
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedResourceReference
getAsset()
Gets the asset to which rating is assigned.Double
getRating()
Gets the rating value.String
getReview()
Gets the review value.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
getRating
Double getRating()
Gets the rating value.- Returns:
- the rating value.
-
getReview
String getReview()
Gets the review value.- Returns:
- the review value.
-
getAsset
NamedResourceReference getAsset()
Gets the asset to which rating is assigned.- Returns:
- the asset.
-
-