Package net.filebot.web
Class MovieInfo
java.lang.Object
net.filebot.web.MovieInfo
- All Implemented Interfaces:
Serializable
,Crew
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMovieInfo
(Map<MovieInfo.Property, String> fields, List<String> alternativeTitles, List<String> genres, List<String> keywords, Map<String, String> certifications, Map<String, String> translations, List<String> spokenLanguages, List<String> productionCountries, List<String> productionCompanies, List<Person> people) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.filebot.web.Crew
getActors, getCast, getCrewName, getCrewNames, getDirector, getDirectors, getWriter, getWriters
-
Constructor Details
-
MovieInfo
public MovieInfo() -
MovieInfo
public MovieInfo(Map<MovieInfo.Property, String> fields, List<String> alternativeTitles, List<String> genres, List<String> keywords, Map<String, String> certifications, Map<String, String> translations, List<String> spokenLanguages, List<String> productionCountries, List<String> productionCompanies, List<Person> people)
-
-
Method Details
-
get
-
get
-
getName
-
getOriginalName
-
getOriginalLanguage
-
getCollection
-
getCertification
-
getStatus
-
isAdult
-
isVideo
-
getTagline
-
getOverview
-
getId
-
getImdbId
-
getVotes
-
getRating
-
getReleased
-
getRuntime
-
getBudget
-
getRevenue
-
getPopularity
-
getHomepage
-
getPoster
-
getBackdrop
-
getGenres
-
getKeywords
-
getSpokenLanguages
-
getCrew
-
getCertifications
-
getTranslations
-
getProductionCountries
-
getProductionCompanies
-
getAlternativeTitles
-
properties
-
toString
-