Class MovieDetails
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,MovieDetails>
com.amilesend.tmdb.client.model.movie.type.MovieDetails
- Direct Known Subclasses:
GetLatestResponse,GetMovieDetailsResponse
The response describing a movie's details.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMovieDetails.MovieDetailsBuilder<C extends MovieDetails,B extends MovieDetails.MovieDetailsBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic MovieDetails.MovieDetailsBuilder<?, ?> builder()The path to the backdrop image.The associated movie collection.intThe production budget.The list of applicable genres.The movie website.The IMDB identifier.The original language.The original title.The summary.doubleThe popularity rating.The path to the poster image.The list of associated production companies.The list of countries that the movie was produced in.The release date.intThe movie revenue.intThe movie runtime (in minutes).The list of available spoken languages that are available for the movie (original and dubs).The movie status.The movie tagline.getTitle()The movie title.doubleVote rating average.intThe total vote count.booleanisAdult()Adult flag indicator.booleanisVideo()Video flag indicator.toString()
-
Method Details
-
builder
-
isAdult
public boolean isAdult()Adult flag indicator. -
getBackdropPath
The path to the backdrop image. -
getBelongsToCollection
The associated movie collection. -
getBudget
public int getBudget()The production budget. -
getGenres
The list of applicable genres.- See Also:
-
getHomepage
The movie website. -
getImdbId
The IMDB identifier. -
getOriginalLanguage
The original language. -
getOriginalTitle
The original title. -
getOverview
The summary. -
getPopularity
public double getPopularity()The popularity rating. -
getPosterPath
The path to the poster image. -
getProductionCompanies
The list of associated production companies.- See Also:
-
getProductionCountries
The list of countries that the movie was produced in.- See Also:
-
getReleaseDate
The release date. -
getRevenue
public int getRevenue()The movie revenue. -
getRuntime
public int getRuntime()The movie runtime (in minutes). -
getSpokenLanguages
The list of available spoken languages that are available for the movie (original and dubs). -
getStatus
The movie status. -
getTagline
The movie tagline. -
getTitle
The movie title. -
isVideo
public boolean isVideo()Video flag indicator. -
getVoteAverage
public double getVoteAverage()Vote rating average. -
getVoteCount
public int getVoteCount()The total vote count. -
toString
- Overrides:
toStringin classResource<Integer,MovieDetails>
-