Class Episode
java.lang.Object
com.amilesend.omdb.client.model.type.MediaBase
com.amilesend.omdb.client.model.tv.type.Episode
Describes a TV episode.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Episode.EpisodeBuilder<C extends Episode,
B extends Episode.EpisodeBuilder<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 Episode.EpisodeBuilder
<?, ?> builder()
boolean
Gets the episode number.Gets the season number.The IMDB TV series identifier.int
hashCode()
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
-
getSeason
Gets the season number.- Returns:
- the season number
-
getEpisode
Gets the episode number.- Returns:
- the episode number
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-
getSeriesId
The IMDB TV series identifier.
-