Class Season
java.lang.Object
com.amilesend.omdb.client.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
-
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
-
toString
-
getTitle
The TV series name.
-