Class RatedTVEpisode
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,RatedTVEpisode>
com.amilesend.tmdb.client.model.NamedResource<Integer,RatedTVEpisode>
com.amilesend.tmdb.client.model.acount.type.RatedTVEpisode
Describes a rated TV show episode.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRatedTVEpisode.RatedTVEpisodeBuilder<C extends RatedTVEpisode,B extends RatedTVEpisode.RatedTVEpisodeBuilder<C, B>> Nested classes/interfaces inherited from class com.amilesend.tmdb.client.model.NamedResource
NamedResource.NamedResourceBuilder<K,T extends NamedResource, C extends NamedResource<K, T>, B extends NamedResource.NamedResourceBuilder<K, T, C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic RatedTVEpisode.RatedTVEpisodeBuilder<?, ?> builder()The episodes initial air date.The episode number (within a season) associated with the episode.A summary of the episode.The production code identifier associated with the episode.The user's rating of the episode.The episode runtime in minutes.The associated season number of the episode.The associated show identifier.Relative path to an image still associated with the episode.The average user rating of the episode.The total user vote count for the episode.toString()Methods inherited from class com.amilesend.tmdb.client.model.NamedResource
getName
-
Method Details
-
builder
-
getAirDate
The episodes initial air date. -
getEpisodeNumber
The episode number (within a season) associated with the episode. -
getOverview
A summary of the episode. -
getProductionCode
The production code identifier associated with the episode. -
getRuntime
The episode runtime in minutes. -
getSeasonNumber
The associated season number of the episode. -
getShowId
The associated show identifier. -
getStillPath
Relative path to an image still associated with the episode. -
getVoteAverage
The average user rating of the episode. -
getVoteCount
The total user vote count for the episode. -
getRating
The user's rating of the episode. -
toString
- Overrides:
toStringin classNamedResource<Integer,RatedTVEpisode>
-