Class EpisodeBase<T extends EpisodeBase,L>
java.lang.Object
com.amilesend.tvmaze.client.model.Resource<T,L>
com.amilesend.tvmaze.client.model.EpisodeBase<T,L>
- Direct Known Subclasses:
AlternateEpisode
,Episode
Describes a television show episode.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
EpisodeBase.EpisodeBaseBuilder<T extends EpisodeBase,
L, C extends EpisodeBase<T, L>, B extends EpisodeBase.EpisodeBaseBuilder<T, L, C, B>> -
Field Summary
Fields inherited from class com.amilesend.tvmaze.client.model.Resource
SELF_RESOURCE_LINK_TYPE
-
Method Summary
Modifier and TypeMethodDescriptionThe date of the initial airing.The UTC date and time of the initial airing.The time of day of the initial airing.getName()
The episode title.int
The associated episode numer within the season of the episode.int
The time in minutes of the episode.int
The associated season number of the episode.getType()
The episode type.getUrl()
The URL for the episode.toString()
-
Method Details
-
getUrl
The URL for the episode. -
getName
The episode title. -
getSeason
public int getSeason()The associated season number of the episode. -
getNumber
public int getNumber()The associated episode numer within the season of the episode. -
getType
The episode type. -
getAirdate
The date of the initial airing. -
getAirtime
The time of day of the initial airing. -
getAirstamp
The UTC date and time of the initial airing. -
getRuntime
public int getRuntime()The time in minutes of the episode. -
toString
- Overrides:
toString
in classResource<T extends EpisodeBase,
L>
-