public class PlaylistDetailsOutputModel.Episode_Details_output
extends java.lang.Object
Constructor and Description |
---|
Episode_Details_output() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAudioPoster()
This Method is use to get the audioPoster
|
java.lang.String |
getCast()
This Method is use to get the cast
|
java.lang.String |
getIsEpisode()
This Method is use to get the isEpisode
|
java.lang.Integer |
getIsFavourite()
This Method is use to get the isFavourite
|
java.lang.Integer |
getIsMediaPublished()
This Method is use to get the isMediaPublished
|
java.lang.Integer |
getIsSecondaryConverted()
This Method is use to get the isSecondaryConverted
|
java.lang.String |
getMovieId()
This Method is use to get the movieId
|
java.lang.String |
getMovieStreamId()
This Method is use to get the movieStreamId
|
java.lang.String |
getMovieUniqId()
This Method is use to get the movieUniqId
|
java.lang.String |
getPermalink()
This Method is use to get the permalink
|
java.lang.String |
getStreamUniqId()
This Method is use to get the streamUniqId
|
java.lang.String |
getTitle()
This Method is use to get the title
|
java.lang.String |
getUrl()
This Method is use to get the url
|
@Nullable public java.lang.String getMovieStreamId()
@Nullable public java.lang.String getMovieId()
@Nullable public java.lang.String getIsEpisode()
@Nullable public java.lang.String getUrl()
@Nullable public java.lang.String getAudioPoster()
@Nullable public java.lang.String getTitle()
@Nullable public java.lang.String getPermalink()
@Nullable public java.lang.Integer getIsFavourite()
@Nullable public java.lang.String getMovieUniqId()
@Nullable public java.lang.String getStreamUniqId()
@Nullable public java.lang.Integer getIsMediaPublished()
@Nullable public java.lang.String getCast()
@Nullable public java.lang.Integer getIsSecondaryConverted()