Interface Rating
- All Superinterfaces:
Entity
,Resource
,Serializable
Represents a rating
is an object which hold the rating with some comment assigned to asset.
-
Method Summary
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
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.
-