Interface RatingDistribution
-
- All Superinterfaces:
Serializable
public interface RatingDistribution extends Serializable
Represents a rating distribution datarating distribution is an object which hold the aggregated statistic about ratings for given asset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getChunk()
Gets the rating value.Long
getCount()
Gets the ratings count.
-