public class AddToFavInputModel
extends java.lang.Object
Constructor and Description |
---|
AddToFavInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to get the Auth Token
|
java.lang.String |
getCountryCode()
This Method is use to get the countryCode
|
java.lang.String |
getIsEpisodeStr()
This Method is use to get the Episode ID
|
java.lang.String |
getLanguage()
This Method is use to get the Language
|
java.lang.String |
getLoggedInStr()
This Method is use to get the User ID
|
java.lang.String |
getMovie_uniq_id()
This Method is use to get the Movie Unique Id
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to set the Auth Token
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to set the country code
|
void |
setIsEpisodeStr(java.lang.String isEpisodeStr)
This Method is use to set the Episode ID
|
void |
setLanguage(java.lang.String language)
This Method is use to set the Language
|
void |
setLoggedInStr(java.lang.String loggedInStr)
This Method is use to set the User ID
|
void |
setMovie_uniq_id(java.lang.String movie_uniq_id)
This Method is use to set the Movie Unique Id
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- for setting the country codepublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- For Setting the Auth Tokenpublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting the Auth Tokenpublic java.lang.String getMovie_uniq_id()
public void setMovie_uniq_id(java.lang.String movie_uniq_id)
movie_uniq_id
- For Setting The Movie Unique Idpublic java.lang.String getIsEpisodeStr()
public void setIsEpisodeStr(java.lang.String isEpisodeStr)
isEpisodeStr
- For Setting The Episode IDpublic java.lang.String getLoggedInStr()
public void setLoggedInStr(java.lang.String loggedInStr)
loggedInStr
- For Setting The UserId