Class Movie
java.lang.Object
com.amilesend.omdb.client.model.type.MediaBase
com.amilesend.omdb.client.model.movie.type.Movie
Describes a movie.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMovie.MovieBuilder<C extends Movie,B extends Movie.MovieBuilder<C, B>> Nested classes/interfaces inherited from class com.amilesend.omdb.client.model.type.MediaBase
MediaBase.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 com.amilesend.omdb.client.model.type.MediaBase
getActors, getAwards, getCountries, getDirectors, getGenres, getImdbId, getImdbRating, getImdbVotes, getLanguages, getMetascore, getPlot, getPoster, getRated, getRatings, getReleased, getRuntime, getTitle, getWriters, getYear
-
Method Details
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-
getDvd
The publication date of the DVD/Bluray release. -
getBoxOffice
The box office revenue. -
getProduction
The production. -
getWebsite
The website URL.
-