Class GetSeriesDetailsResponse


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

    • builder

    • getAdult

      public Boolean getAdult()
      Adult content flag indicator.
    • getBackdropPath

      public String getBackdropPath()
      Relative path to the backdrop image.
    • getCreatedBy

      public List<TvSeriesCredit> getCreatedBy()
      Lies of credits for the TV series creation.
    • getEpisodeRunTime

      public List<Integer> getEpisodeRunTime()
      The list of episode runtimes (in minutes).
    • getFirstAirDate

      public LocalDate getFirstAirDate()
      The first air date of the TV series.
    • getGenres

      public List<Genre> getGenres()
      The list of applicable genres.
    • getHomepage

      public String getHomepage()
      The TV series homepage.
    • getInProduction

      public Boolean getInProduction()
      Flag to indicate if the series is still in production.
    • getLanguages

      public List<String> getLanguages()
      List of applicable languages.
    • getLastAirDate

      public LocalDate getLastAirDate()
      The last air date of the latest episode for the series.
    • getLastEpisodeToAir

      public TvSeriesEpisode getLastEpisodeToAir()
      Describes the last aired episode.
    • getNextEpisodeToAir

      public TvSeriesEpisode getNextEpisodeToAir()
      Describes the next episode to air.
    • getNetworks

      public List<TvSeriesNetwork> getNetworks()
      List of networks that the TV series is aired on.
    • getNumberOfEpisodes

      public Integer getNumberOfEpisodes()
      Total number of episodes.
    • getNumberOfSeasons

      public Integer getNumberOfSeasons()
      Total number of seasons.
    • getOriginCountry

      public List<String> getOriginCountry()
      List of countries that the TV series was produced in.
    • getOriginalLanguage

      public String getOriginalLanguage()
      The original language of the TV series.
    • getOriginalName

      public String getOriginalName()
      The original name of the TV series.
    • getOverview

      public String getOverview()
      The series overview description.
    • getPopularity

      public Double getPopularity()
      The popularity weight.
    • getPosterPath

      public String getPosterPath()
      The relative path to the TV series poster image.
    • getProductionCompanies

      public List<ProductionCompany> getProductionCompanies()
      List of production companies associated with the TV series.
    • getProductionCountries

      public List<ProductionCountry> getProductionCountries()
      List of production countries associated with the TV series.
    • getSeasons

      public List<TvSeason> getSeasons()
      List of seasons for the series.
    • getSpokenLanguages

      public List<Language> getSpokenLanguages()
      List of spoken languages for the series.
    • getStatus

      public String getStatus()
      The series' current status.
    • getTagline

      public String getTagline()
      The series tagline.
    • getType

      public String getType()
      The type of series.
    • getVoteAverage

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

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

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