Package com.amilesend.omdb.model.tv.type
Class Season
java.lang.Object
com.amilesend.omdb.model.tv.type.Season
Describes a list of TV episodes for a TV series season.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Season.SeasonBuilderbuilder()booleanGets the list of episodes for the season.Gets the season number.getTitle()The TV series name.Gets the total number of seasons.inthashCode()toString()
-
Method Details
-
getSeason
Gets the season number.- Returns:
- the season number
-
getTotalSeasons
Gets the total number of seasons.- Returns:
- the total number of seasons
-
getEpisodes
Gets the list of episodes for the season.- Returns:
- the list of episodes
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-
getTitle
The TV series name.
-