public class StarRating extends Object
Constructor and Description |
---|
StarRating() |
Modifier and Type | Method and Description |
---|---|
GregorianCalendar |
getAppliedAt() |
float |
getAverage() |
int |
getCount() |
float |
getMyRating() |
float |
getTotal() |
boolean |
isRated() |
static StarRating |
parseJson(Map<String,Object> json)
Parse server json response.
|
public static StarRating parseJson(Map<String,Object> json)
json
- public float getAverage()
public float getTotal()
public int getCount()
public boolean isRated()
public GregorianCalendar getAppliedAt()
public float getMyRating()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.