public class GetCastDetailsInput
extends java.lang.Object
Constructor and Description |
---|
GetCastDetailsInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Auth Token
|
java.lang.String |
getCountry()
This Method is use to Get the Country
|
java.lang.String |
getLanguage()
This Method is use to Get the Language
|
java.lang.String |
getLimit()
This Method is use to Get the Limit
|
java.lang.String |
getOffset()
This Method is use to Get the OffSet
|
java.lang.String |
getOrderby()
This Method is use to Get the Order By Details
|
java.lang.String |
getPermalink()
This Method is use to Get the Permalink
|
java.lang.String |
getUserId()
This Method is use to Get the userId
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the Auth Token
|
void |
setCountry(java.lang.String country)
This Method is use to Set the Country
|
void |
setLanguage(java.lang.String language)
This Method is use to Set the Language
|
void |
setLimit(java.lang.String limit)
This Method is use to Set the Limit
|
void |
setOffset(java.lang.String offset)
This Method is use to Set the OffSet
|
void |
setOrderby(java.lang.String orderby)
This Method is use to Set the Order By Details
|
void |
setPermalink(java.lang.String permalink)
This Method is use to Set the Permalink
|
void |
setUserId(java.lang.String userId)
This Method is use to Set the userId
|
public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- For Setting The userIdpublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- For Setting The Languagepublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- For Setting The Countrypublic java.lang.String getLimit()
public void setLimit(java.lang.String limit)
limit
- For Setting The Limitpublic java.lang.String getOffset()
public void setOffset(java.lang.String offset)
offset
- For Setting The OffSetpublic java.lang.String getPermalink()
public void setPermalink(java.lang.String permalink)
permalink
- For Setting The Permalinkpublic java.lang.String getOrderby()
public void setOrderby(java.lang.String orderby)
orderby
- For Setting The Order By Detailspublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Token