Package com.amilesend.omdb.model.type
Class MediaBase.MediaBaseBuilder<C extends MediaBase,B extends MediaBase.MediaBaseBuilder<C,B>>
java.lang.Object
com.amilesend.omdb.model.type.MediaBase.MediaBaseBuilder<C,B>
- Direct Known Subclasses:
Episode.EpisodeBuilder,Movie.MovieBuilder,Series.SeriesBuilder
- Enclosing class:
MediaBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe comma-delimited list of actors.The description of received awards.abstract Cbuild()The country of origin.The comma-delimited list of directors.The comma-delimited list of genres.The IMDB identifier.imdbRating(String imdbRating) The IMDB rating.The number of votes associated with the IMDB rating.The comma-delimited list of languages.The metacritic score.The plot description.The URL of the movie poster image.The associated rating.The list of ratings.The date of release.The runtime.The movie title.toString()The comma-delimited list of writers.The year of release.
-
Constructor Details
-
MediaBaseBuilder
public MediaBaseBuilder()
-
-
Method Details
-
title
The movie title.- Returns:
this.
-
year
The year of release.- Returns:
this.
-
rated
The associated rating.- Returns:
this.
-
released
The date of release.- Returns:
this.
-
runtime
The runtime.- Returns:
this.
-
genre
The comma-delimited list of genres.- Returns:
this.
-
director
The comma-delimited list of directors.- Returns:
this.
-
writer
The comma-delimited list of writers.- Returns:
this.
-
actors
The comma-delimited list of actors.- Returns:
this.
-
plot
The plot description.- Returns:
this.
-
language
The comma-delimited list of languages.- Returns:
this.
-
country
The country of origin.- Returns:
this.
-
awards
The description of received awards.- Returns:
this.
-
poster
The URL of the movie poster image.- Returns:
this.
-
ratings
The list of ratings.- Returns:
this.- See Also:
-
metascore
The metacritic score.- Returns:
this.
-
imdbRating
The IMDB rating.- Returns:
this.
-
imdbVotes
The number of votes associated with the IMDB rating.- Returns:
this.
-
imdbId
The IMDB identifier.- Returns:
this.
-
build
-
toString
-