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 Summary

    Modifier and Type
    Method
    Description
    Gets the rating value.
    Gets the ratings count.
  • Method Details

    • 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.