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 Detail

      • getRating

        Double getRating()
        Gets the rating value.
        Returns:
        the rating value.
      • getReview

        String getReview()
        Gets the review value.
        Returns:
        the review value.