public class Update_UserProfile_Input
extends java.lang.Object
Constructor and Description |
---|
Update_UserProfile_Input() |
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 |
getCurrent_password()
This Method is use to Get the current_password
|
java.lang.String |
getLang_code()
This Method is use to Get the Language Code
|
java.lang.String |
getName()
This Method is use to Get the Name
|
java.lang.String |
getPassword()
This Method is use to Get the Password
|
java.lang.String |
getPhone_no()
This Method is use to Get the phone_no
|
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 Auth Token
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
void |
setCurrent_password(java.lang.String current_password)
This Method is use to Set the current_password
|
void |
setLang_code(java.lang.String lang_code)
This Method is use to Set the Language Code
|
void |
setName(java.lang.String name)
This Method is use to Set the Name
|
void |
setPassword(java.lang.String password)
This Method is use to Set the Password
|
void |
setPhone_no(java.lang.String phone_no)
This Method is use to Set the phone_no
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the User Id
|
public java.lang.String getPhone_no()
public void setPhone_no(java.lang.String phone_no)
phone_no
- For Setting The phone_nopublic java.lang.String getCurrent_password()
public void setCurrent_password(java.lang.String current_password)
current_password
- For Setting The current_passwordpublic java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getLang_code()
public void setLang_code(java.lang.String lang_code)
lang_code
- For Setting The Language Codepublic void setName(java.lang.String name)
name
- For Setting The Namepublic java.lang.String getName()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getAuthToken()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The User Idpublic java.lang.String getUser_id()
public void setPassword(java.lang.String password)
password
- For Setting The Passwordpublic java.lang.String getPassword()