com.jakewharton.trakt.entities
Class Movie
java.lang.Object
com.jakewharton.trakt.entities.MediaBase
com.jakewharton.trakt.entities.Movie
- All Implemented Interfaces:
- TraktEntity, Serializable
public final class Movie
- extends MediaBase
- implements TraktEntity
- See Also:
- Serialized Form
Constructor Summary |
Movie()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Movie
public Movie()
getTmdbId
public String getTmdbId()
getPlays
public Integer getPlays()
getInCollection
public Boolean getInCollection()
getReleased
public Date getReleased()
getTrailer
public String getTrailer()
getRuntime
public Integer getRuntime()
getTagline
public String getTagline()
getOverview
public String getOverview()
getCertification
public String getCertification()
getWatched
public Boolean getWatched()
Copyright © 2011 Jake Wharton. All Rights Reserved.