public class GetCastDetailsOutputModel.CastDetails
extends java.lang.Object
Constructor and Description |
---|
CastDetails() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentTypesId()
This Method is use to Get the Content Type Id
|
java.lang.String |
getGenre()
This Method is use to Get the Genre List
|
int |
getIsAdvance()
This Method is use to Get the Advance Details
|
int |
getIsConverted()
This Method is use to Get the Converted Details
|
java.lang.String |
getIsEpisode()
This Method is use to Get the Episode Details
|
int |
getIsPPV()
This Method is use to Get the PPV Details
|
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
|
void |
setContentTypesId(java.lang.String contentTypesId)
This Method is use to Set the Content Type Id
|
void |
setGenre(java.lang.String genre)
This Method is use to Set the Genre List
|
void |
setIsAdvance(int isAdvance)
This Method is use to Set the Advance Details
|
void |
setIsConverted(int isConverted)
This Method is use to Set the Converted Details
|
void |
setIsEpisode(java.lang.String isEpisode)
This Method is use to Set the Episode Details
|
void |
setIsPPV(int isPPV)
This Method is use to Set the PPV Details
|
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
|
public java.lang.String getIsEpisode()
public void setIsEpisode(java.lang.String isEpisode)
isEpisode
- For Setting The Episode Detailspublic java.lang.String getGenre()
public void setGenre(java.lang.String genre)
genre
- For Setting The Genre Listpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- For Setting The Namepublic java.lang.String getPosterUrl()
public void setPosterUrl(java.lang.String posterUrl)
posterUrl
- For Setting The Poster URLpublic java.lang.String getPermalink()
public void setPermalink(java.lang.String permalink)
permalink
- For Setting The Permalinkpublic java.lang.String getContentTypesId()
public void setContentTypesId(java.lang.String contentTypesId)
contentTypesId
- For Setting The Content Type Idpublic int getIsConverted()
public void setIsConverted(int isConverted)
isConverted
- For Setting The Converted Detailspublic int getIsAdvance()
public void setIsAdvance(int isAdvance)
isAdvance
- For Setting The Advance Detailspublic int getIsPPV()
public void setIsPPV(int isPPV)
isPPV
- For Setting The PPV Details