Class Movie


  • public class Movie
    extends Object
    • Method Detail

      • getTitle

        public String getTitle()
      • getTmdbId

        public Integer getTmdbId()
      • getImdbId

        public String getImdbId()
      • getReleaseDate

        public Date getReleaseDate()
        The release date of the movie, or null if not known.
      • toBundle

        public Bundle toBundle()
        Serializes this Movie object to a Bundle representation.