Class RatedTVEpisode


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

    • builder

      public static RatedTVEpisode.RatedTVEpisodeBuilder<?,?> builder()
    • getAirDate

      public LocalDate getAirDate()
      The episodes initial air date.
    • getEpisodeNumber

      public Integer getEpisodeNumber()
      The episode number (within a season) associated with the episode.
    • getOverview

      public String getOverview()
      A summary of the episode.
    • getProductionCode

      public String getProductionCode()
      The production code identifier associated with the episode.
    • getRuntime

      public Integer getRuntime()
      The episode runtime in minutes.
    • getSeasonNumber

      public Integer getSeasonNumber()
      The associated season number of the episode.
    • getShowId

      public Integer getShowId()
      The associated show identifier.
    • getStillPath

      public String getStillPath()
      Relative path to an image still associated with the episode.
    • getVoteAverage

      public Double getVoteAverage()
      The average user rating of the episode.
    • getVoteCount

      public Integer getVoteCount()
      The total user vote count for the episode.
    • getRating

      public Integer getRating()
      The user's rating of the episode.
    • toString

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