public class TvShow extends NamedResource<Integer,TvShow>
Describes a TV show.
See Also:
  • Method Details

    • builder

      public static TvShow.TvShowBuilder<?,?> builder()
    • getBackdropPath

      public String getBackdropPath()
      The relative path to the backdrop image.
    • getFirstAirDate

      public LocalDate getFirstAirDate()
      The first air date for the TV show.
    • getGenreIds

      public List<Integer> getGenreIds()
      The list of genre identifiers.
    • getOriginCountry

      public List<String> getOriginCountry()
      The list of countries.
    • getOriginalLanguage

      public String getOriginalLanguage()
      The original airing language.
    • getOriginalName

      public String getOriginalName()
      The original airing name.
    • getOverview

      public String getOverview()
      Overview describing the show.
    • getPopularity

      public Double getPopularity()
      The popularity score.
    • getPosterPath

      public String getPosterPath()
      The relative path to the poster image.
    • getVoteAverage

      public Double getVoteAverage()
      The average vote rating.
    • getVoteCount

      public Integer getVoteCount()
      The total number of votes.
    • toString

      public String toString()
      Overrides:
      toString in class NamedResource<Integer,TvShow>