Interface RatingDistribution

  • All Superinterfaces:
    Serializable

    public interface RatingDistribution
    extends Serializable
    Represents a rating distribution data

    rating distribution is an object which hold the aggregated statistic about ratings for given asset

    • Method Detail

      • getChunk

        Integer getChunk()
        Gets the rating value.
        Returns:
        the rating value.
      • getCount

        Long getCount()
        Gets the ratings count.
        Returns:
        the count of ratings assigned to asset.