Package org.alfresco.rest.api.model
Class UserRating
- java.lang.Object
-
- org.alfresco.rest.api.model.UserRating
-
public class UserRating extends Object
Represents a user rating for a node.- Author:
- steveglover
-
-
Constructor Summary
Constructors Constructor Description UserRating(String personId, Float userRating)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPersonId()
Float
getUserRating()
String
toString()
-