public class ResetPasswordInputModel
extends java.lang.Object
| Constructor and Description | 
|---|
| ResetPasswordInputModel() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAuthToken()This Method  is use to Get the authToken | 
| java.lang.String | getCountry()This Method  is use to Get the country | 
| java.lang.String | getEmail()This Method  is use to Get the email | 
| java.lang.String | getLang_code()This Method  is use to Get the lang_code | 
| java.lang.String | getPassword()This Method  is use to Get the password | 
| void | setAuthToken(java.lang.String authToken)This Method is use to Set the authToken | 
| void | setCountry(java.lang.String country)This Method is use to Set the country | 
| void | setEmail(java.lang.String email)This Method is use to Set the email | 
| void | setLang_code(java.lang.String lang_code)This Method is use to Set the lang_code | 
| void | setPassword(java.lang.String password)This Method is use to Set the password | 
public java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken - For Setting The authTokenpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - For Setting The emailpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - For Setting The passwordpublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - For Setting The countrypublic java.lang.String getLang_code()
public void setLang_code(java.lang.String lang_code)
lang_code - For Setting The lang_code