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 java.lang.Object implements DocumentRatingSummary
-
-
Constructor Summary
Constructors Constructor Description FiveStarRatingSummary(java.lang.Integer numberOfRatings, java.lang.Float ratingTotal, java.lang.Float average)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Float
getAverage()
java.lang.Integer
getNumberOfRatings()
java.lang.String
toString()
-