public class DeleteFavInputModel
extends java.lang.Object
Constructor and Description |
---|
DeleteFavInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthTokenStr()
This Method is use to Get the Auth Token
|
java.lang.String |
getCountryCode()
This Method is use to Get the country code
|
java.lang.String |
getIsEpisode()
This Method is use to Get the Is Episode Details
|
java.lang.String |
getLanguage()
This Method is use to get the Language
|
java.lang.String |
getLoggedInStr()
This Method is use to Get the Login Status
|
java.lang.String |
getMovieUniqueId()
This Method is use to Get the Movie Unique ID
|
void |
setAuthTokenStr(java.lang.String authTokenStr)
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 |
setIsEpisode(java.lang.String isEpisode)
This Method is use to Set the Is Episode Details
|
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 Login Status
|
void |
setMovieUniqueId(java.lang.String movieUniqueId)
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 getAuthTokenStr()
public void setAuthTokenStr(java.lang.String authTokenStr)
authTokenStr
- For Setting The Auth Tokenpublic java.lang.String getMovieUniqueId()
public void setMovieUniqueId(java.lang.String movieUniqueId)
movieUniqueId
- For Setting The Movie Unique IDpublic java.lang.String getIsEpisode()
public void setIsEpisode(java.lang.String isEpisode)
isEpisode
- For Setting The Episode Detailspublic java.lang.String getLoggedInStr()
public void setLoggedInStr(java.lang.String loggedInStr)
loggedInStr
- For Setting The Login Status