com.jakewharton.trakt.entities
Class Ratings

java.lang.Object
  extended by com.jakewharton.trakt.entities.Ratings
All Implemented Interfaces:
TraktEntity, Serializable

public class Ratings
extends Object
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
Ratings()
           
 
Method Summary
 Integer getHated()
           
 Integer getLoved()
           
 Integer getPercentage()
           
 Integer getVotes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ratings

public Ratings()
Method Detail

getPercentage

public Integer getPercentage()

getVotes

public Integer getVotes()

getLoved

public Integer getLoved()

getHated

public Integer getHated()


Copyright © 2011 Jake Wharton. All Rights Reserved.