Class SeasonEpisode
java.lang.Object
com.amilesend.omdb.client.model.tv.type.SeasonEpisode
Describes a TV episode.
-
Method Details
-
getEpisode
Gets the episode number.- Returns:
- the episode number
-
getImdbRating
Gets the IMDB rating.- Returns:
- the IMDB rating
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-
getTitle
The episode title. -
getReleased
The air date. -
getImdbId
The IMDB identifier.
-