Class Movie
java.lang.Object
com.amilesend.omdb.client.model.type.MediaBase
com.amilesend.omdb.client.model.movie.type.Movie
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMovie.MovieBuilder<C extends Movie, B extends Movie.MovieBuilder<C,B>> Nested classes/interfaces inherited from class MediaBase
MediaBase.MediaBaseBuilder<C,B> Modifier and TypeClassDescriptionstatic classMediaBase.MediaBaseBuilder<C extends MediaBase, B extends MediaBase.MediaBaseBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic Movie.MovieBuilder<?, ?> builder()booleanThe box office revenue.getDvd()The publication date of the DVD/Bluray release.The production.The website URL.inthashCode()toString()Methods inherited from class MediaBase
getActors, getAwards, getCountries, getDirectors, getGenres, getImdbId, getImdbRating, getImdbVotes, getLanguages, getMetascore, getPlot, getPoster, getRated, getRatings, getReleased, getRuntime, getTitle, getWriters, getYearModifier and TypeMethodDescriptionGets the list credited actors.The description of received awards.Gets the list of countries.Gets the list of directors.Gets the list of genres.The IMDB identifier.Gets the IMDB rating.Gets the IMDB votes associated with the rating.Gets the list of languages.The metacritic score.getPlot()The plot description.The URL of the movie poster image.getRated()The associated rating.Gets the list of ratings.The date of release.The runtime.getTitle()The movie title.Gets the list of credited writers.getYear()The year of release.
-
Method Details
-
builder
-
equals
-
hashCode
-
toString
-
getDvd
The publication date of the DVD/Bluray release. -
getBoxOffice
The box office revenue. -
getProduction
The production. -
getWebsite
The website URL.
-