public class ClearHistoryInputModel
extends java.lang.Object
| Constructor and Description |
|---|
ClearHistoryInputModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Authtoken
|
java.lang.String |
getCountryCode()
This Method is use to Get the country code
|
java.lang.String |
getLang_code()
This Method is use to Get the Language Code
|
java.lang.String |
getUser_id()
This Method is use to Get the User ID
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the Authtoken
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the country code
|
void |
setLang_code(java.lang.String lang_code)
This Method is use to Set the Language Code
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Get the Auth Token
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode - For Setting The country codepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken - For Setting The User Idpublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
public java.lang.String getLang_code()
public void setLang_code(java.lang.String lang_code)
lang_code - For Setting The Language Code