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 classEpisodeBase.EpisodeBaseBuilder<T extends EpisodeBase, L, C extends EpisodeBase<T,L>, B extends EpisodeBase.EpisodeBaseBuilder<T, L, C, B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<T,L, C, B> -
Field Summary
Fields inherited from class 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.intThe associated episode numer within the season of the episode.intThe time in minutes of the episode.intThe 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
-