Class RatedMovie

java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, RatedMovie>
com.amilesend.tmdb.client.model.acount.type.RatedMovie

public class RatedMovie extends Resource<Integer, RatedMovie>
Describes a rated movie resource.
See Also:
  • Method Details

    • builder

      public static RatedMovie.RatedMovieBuilder<?,?> builder()
    • getAdult

      public Boolean getAdult()
      Flag indicator if this media resource is adult content.
    • getBackdropPath

      public String getBackdropPath()
      Relative path to the backdrop image for this media.
    • getGenreIds

      public List<Integer> getGenreIds()
      List of applicable genre identifiers.
    • getOriginalLanguage

      public String getOriginalLanguage()
      The original language of the media resource.
    • getOriginalTitle

      public String getOriginalTitle()
      The original title of the movie.
    • getOverview

      public String getOverview()
      A summary description of the media resource.
    • getPopularity

      public Double getPopularity()
      Popularity score of the media resource.
    • getPosterPath

      public String getPosterPath()
      Relative path to the media poster.
    • getReleaseDate

      public LocalDate getReleaseDate()
      The release date of the movie.
    • getTitle

      public String getTitle()
      The title of the movie.
    • getVideo

      public Boolean getVideo()
      Indicates if the movie is a non-movie type (e.g., DVD compilation, music concert, etc.).
    • getVoteAverage

      public Double getVoteAverage()
      The average user vote score of the media resource.
    • getVoteCount

      public Integer getVoteCount()
      The total number of votes for the media resource.
    • getRating

      public Integer getRating()
      The user's rating associated with the movie.
    • toString

      public String toString()
      Overrides:
      toString in class Resource<Integer, RatedMovie>