Package com.podio.rating
Class ValueRatings
- java.lang.Object
-
- com.podio.rating.ValueRatings
-
- All Implemented Interfaces:
Serializable
public class ValueRatings extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueRatings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTotal()List<ProfileMini>getUsers()voidsetTotal(int total)voidsetUsers(List<ProfileMini> users)StringtoString()
-
-
-
Method Detail
-
getTotal
public int getTotal()
-
setTotal
public void setTotal(int total)
-
getUsers
public List<ProfileMini> getUsers()
-
setUsers
public void setUsers(List<ProfileMini> users)
-
-