Class RatedTV
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,RatedTV>
com.amilesend.tmdb.client.model.NamedResource<Integer,RatedTV>
com.amilesend.tmdb.client.model.acount.type.RatedTV
Describes a rated TV show resource.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRatedTV.RatedTVBuilder<C extends RatedTV,B extends RatedTV.RatedTVBuilder<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 RatedTV.RatedTVBuilder<?, ?> builder()getAdult()Flag indicator if this media resource is adult content.Relative path to the backdrop image for this media.The initial pilot air date.List of applicable genre identifiers.The original language of the media resource.The original name of the show.The countries of origin.A summary description of the media resource.Popularity score of the media resource.Relative path to the media poster.The user's rating associated with the TV show.The average user vote score of the media resource.The total number of votes for the media resource.toString()Methods inherited from class com.amilesend.tmdb.client.model.NamedResource
getName
-
Method Details
-
builder
-
getAdult
Flag indicator if this media resource is adult content. -
getBackdropPath
Relative path to the backdrop image for this media. -
getGenreIds
-
getOriginCountry
-
getOriginalLanguage
The original language of the media resource. -
getOriginalName
The original name of the show. -
getOverview
A summary description of the media resource. -
getPopularity
Popularity score of the media resource. -
getPosterPath
Relative path to the media poster. -
getFirstAirDate
The initial pilot air date. -
getVoteAverage
The average user vote score of the media resource. -
getVoteCount
The total number of votes for the media resource. -
getRating
The user's rating associated with the TV show. -
toString
- Overrides:
toStringin classNamedResource<Integer,RatedTV>
-