com.jakewharton.trakt.entities
Class TvShowEpisode
java.lang.Object
com.jakewharton.trakt.entities.TvShowEpisode
- All Implemented Interfaces:
- TraktEntity, Serializable
public final class TvShowEpisode
- 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 |
TvShowEpisode
public TvShowEpisode()
getSeason
public Integer getSeason()
getNumber
public Integer getNumber()
getTitle
public String getTitle()
getOverview
public String getOverview()
getUrl
public String getUrl()
getFirstAired
public Date getFirstAired()
getInserted
public Calendar getInserted()
getPlays
public Integer getPlays()
getImages
public Images getImages()
getRatings
public Ratings getRatings()
getWatched
public Boolean getWatched()
getRating
public Rating getRating()
getInWatchlist
public Boolean getInWatchlist()
Copyright © 2011 Jake Wharton. All Rights Reserved.