com.jakewharton.trakt.entities
Class Ratings
java.lang.Object
com.jakewharton.trakt.entities.Ratings
- All Implemented Interfaces:
- TraktEntity, Serializable
public class Ratings
- extends Object
- implements TraktEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ratings
public Ratings()
getPercentage
public Integer getPercentage()
getVotes
public Integer getVotes()
getLoved
public Integer getLoved()
getHated
public Integer getHated()
Copyright © 2011 Jake Wharton. All Rights Reserved.