Class SeriesDTO
- java.lang.Object
-
- com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data.SeriesDTO
-
- All Implemented Interfaces:
Series
,SeriesSearchResult
@Immutable @WithHiddenImplementation public abstract class SeriesDTO extends Object implements Series
DTO implementation of theSeries
interface
Objects of this class reflect the data received by the remote service and are immutable so that their content can not be changed once an instance has been created. New objects of this class may be created by using the correspondingSeriesDTO.Builder
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SeriesDTO.Builder
Builder used to create a new immutableSeriesDTO
implementation
-
Constructor Summary
Constructors Constructor Description SeriesDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.m0nk3y2k4.thetvdb.api.model.data.Series
getAdded, getAirsDayOfWeek, getAirsTime, getGenre, getImdbId, getLastUpdated, getNetworkId, getRating, getRuntime, getSeriesId, getSiteRating, getSiteRatingCount, getZap2itId
-
Methods inherited from interface com.github.m0nk3y2k4.thetvdb.api.model.data.SeriesSearchResult
getAliases, getBanner, getFirstAired, getId, getImage, getNetwork, getOverview, getPoster, getSeriesName, getSlug, getStatus
-
-