Package org.alfresco.rest.api.model
Class FiveStarRatingSummary
- java.lang.Object
-
- org.alfresco.rest.api.model.FiveStarRatingSummary
-
- All Implemented Interfaces:
DocumentRatingSummary
public class FiveStarRatingSummary extends Object implements DocumentRatingSummary
-
-
Constructor Summary
Constructors Constructor Description FiveStarRatingSummary(Integer numberOfRatings, Float ratingTotal, Float average)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getAverage()
Integer
getNumberOfRatings()
String
toString()
-