Class FavoriteTV


public class FavoriteTV extends NamedResource<Integer, FavoriteTV>
Describes a favorite TV resource.
See Also:
  • Method Details

    • builder

      public static FavoriteTV.FavoriteTVBuilder<?,?> 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.
    • getOriginCountry

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

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

      public String getOriginalName()
      The original name of the show.
    • 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.
    • getFirstAirDate

      public LocalDate getFirstAirDate()
      The initial pilot air date.
    • 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.
    • toString

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