public class EpisodeWatchHistory.Data
extends java.lang.Object
Constructor and Description |
---|
Data() |
Modifier and Type | Method and Description |
---|---|
EpisodeWatchHistory.Cast |
getCast()
This Method is use to get the cast
|
java.lang.String |
getCurrency()
This Method is use to get the currency
|
java.lang.String |
getCustomFields()
This Method is use to get the customFields
|
java.util.List<EpisodeWatchHistory.Episode> |
getEpisode()
This Method is use to get the episode
|
int |
getIsPpv()
This Method is use to get the isPpv
|
int |
getItemCount()
This Method is use to get the itemCount
|
int |
getLimit()
This Method is use to get the limit
|
java.lang.String |
getMuviUniqId()
This Method is use to get the muviUniqId
|
java.lang.String |
getName()
This Method is use to get the name
|
int |
getOffset()
This Method is use to get the offset
|
EpisodeWatchHistory.PpvPricing |
getPpvPricing()
This Method is use to get the ppvPricing
|
int |
getSeasonTotalDuration()
This Method is use to get the seasonTotalDuration
|
@Nullable public java.lang.String getName()
@Nullable public java.lang.String getMuviUniqId()
@Nullable public java.lang.String getCustomFields()
public int getIsPpv()
@Nullable public EpisodeWatchHistory.Cast getCast()
public int getSeasonTotalDuration()
@Nullable public EpisodeWatchHistory.PpvPricing getPpvPricing()
@Nullable public java.lang.String getCurrency()
public int getItemCount()
public int getLimit()
public int getOffset()
@Nullable public java.util.List<EpisodeWatchHistory.Episode> getEpisode()