Interface Rating

All Superinterfaces:
Entity, Resource, Serializable

public interface Rating extends Resource
Represents a rating

is an object which hold the rating with some comment assigned to asset.

  • 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

      Gets the asset to which rating is assigned.
      Returns:
      the asset.