public class ContentListOutput
extends java.lang.Object
Constructor and Description |
---|
ContentListOutput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBannerUrl() |
java.lang.String |
getCategories() |
int |
getContentPublishStatus() |
java.lang.String |
getContentTypesId()
This Method is use to Get the Content ID Type
|
java.lang.String |
getFullMovie() |
java.lang.String |
getGenre()
This Method is use to Get the Genre List
|
int |
getIsAPV()
This Method is use to Get the Is APV Details
|
int |
getIsConverted()
This Method is use to Get the Is Converted Details
|
java.lang.String |
getIsEpisodeStr()
This Method is use to Get the Is Episode Details
|
int |
getIsPPV()
This Method is use to Get the Is PPV Details
|
java.lang.String |
getLanguage() |
java.lang.String |
getLanguageCode() |
java.lang.String |
getMovieId()
This Method is use to Get the Movie ID
|
java.lang.String |
getMovieStreamUniqueId() |
java.lang.String |
getMovieUniqueid() |
java.lang.String |
getName()
This Method is use to Get the Name
|
java.lang.String |
getPermalink()
This Method is use to Get the Permalink
|
java.lang.String |
getPosterUrl()
This Method is use to Get the Poster URL
|
java.lang.String |
getReleaseDate()
This Method is use to Get the Release Date
|
java.lang.String |
getStory()
This Method is use to Get the Story
|
void |
setBannerUrl(java.lang.String bannerUrl) |
void |
setCategories(java.lang.String categories) |
void |
setContentPublishStatus(int contentPublishStatus) |
void |
setContentTypesId(java.lang.String contentTypesId)
This Method is use to Set the Content ID Type
|
void |
setFullMovie(java.lang.String fullMovie) |
void |
setGenre(java.lang.String genre)
This Method is use to Set the Genre List
|
void |
setIsAPV(int isAPV)
This Method is use to Set the Is APV Details
|
void |
setIsConverted(int isConverted)
This Method is use to Set the Is Converted Details
|
void |
setIsEpisodeStr(java.lang.String isEpisodeStr)
This Method is use to Set the Is Episode Details
|
void |
setIsPPV(int isPPV)
This Method is use to Set the Is PPV Details
|
void |
setLanguage(java.lang.String language) |
void |
setLanguageCode(java.lang.String languageCode) |
void |
setMovieId(java.lang.String movieId)
This Method is use to Set the Movie ID
|
void |
setMovieStreamUniqueId(java.lang.String movieStreamUniqueId) |
void |
setMovieUniqueid(java.lang.String movieUniqueid) |
void |
setName(java.lang.String name)
This Method is use to Set the Name
|
void |
setPermalink(java.lang.String permalink)
This Method is use to Set the Permalink
|
void |
setPosterUrl(java.lang.String posterUrl)
This Method is use to Set the Poster URL
|
void |
setReleaseDate(java.lang.String releaseDate)
This Method is use to Set the Release Date
|
void |
setStory(java.lang.String story)
This Method is use to Set the Story
|
public int getContentPublishStatus()
public void setContentPublishStatus(int contentPublishStatus)
public java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
public java.lang.String getFullMovie()
public void setFullMovie(java.lang.String fullMovie)
public java.lang.String getMovieStreamUniqueId()
public void setMovieStreamUniqueId(java.lang.String movieStreamUniqueId)
public java.lang.String getCategories()
public void setCategories(java.lang.String categories)
public java.lang.String getBannerUrl()
public void setBannerUrl(java.lang.String bannerUrl)
public java.lang.String getMovieUniqueid()
public void setMovieUniqueid(java.lang.String movieUniqueid)
public java.lang.String getIsEpisodeStr()
public void setIsEpisodeStr(java.lang.String isEpisodeStr)
isEpisodeStr
- For Setting The Is Episode Detailspublic int getIsPPV()
public void setIsPPV(int isPPV)
isPPV
- For Setting The Is PPV Detailspublic int getIsAPV()
public void setIsAPV(int isAPV)
isAPV
- For Setting The Is APV Detailspublic java.lang.String getMovieId()
public void setMovieId(java.lang.String movieId)
movieId
- For Setting The Movie IDpublic java.lang.String getPermalink()
public void setPermalink(java.lang.String permalink)
permalink
- For Setting The Permalinkpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- For Setting The Namepublic java.lang.String getStory()
public void setStory(java.lang.String story)
story
- For Setting The Storypublic java.lang.String getReleaseDate()
public void setReleaseDate(java.lang.String releaseDate)
releaseDate
- For Setting The Release Datepublic java.lang.String getContentTypesId()
public void setContentTypesId(java.lang.String contentTypesId)
contentTypesId
- For Setting The Content ID Typepublic java.lang.String getPosterUrl()
public void setPosterUrl(java.lang.String posterUrl)
posterUrl
- For Setting The Poster URLpublic java.lang.String getGenre()
public void setGenre(java.lang.String genre)
genre
- For Setting The Genre Listpublic int getIsConverted()
public void setIsConverted(int isConverted)
isConverted
- For Setting The Is Converted Details