public class Registration_input
extends java.lang.Object
Constructor and Description |
---|
Registration_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 |
getDevice_id()
This Method is use to Get the Device Id
|
java.lang.String |
getDevice_type()
This Method is use to Get the Device Type
|
java.lang.String |
getEmail()
This Method is use to Get the Email
|
java.lang.String |
getGoogle_id()
This Method is use to Get the Google Id
|
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()
This Method is use to Get the phone
|
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 |
setDevice_id(java.lang.String device_id)
This Method is use to Set the Device Id
|
void |
setDevice_type(java.lang.String device_type)
This Method is use to Set the Device Type
|
void |
setEmail(java.lang.String email)
This Method is use to Set the Email
|
void |
setGoogle_id(java.lang.String google_id)
This Method is use to Set the Google Id
|
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(java.lang.String phone)
This Method is use to Set the phone
|
public java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone
- For Setting The phonepublic 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 java.lang.String getDevice_id()
public void setDevice_id(java.lang.String device_id)
device_id
- For Setting The Device Idpublic java.lang.String getGoogle_id()
public void setGoogle_id(java.lang.String google_id)
google_id
- For Setting The Google IDpublic java.lang.String getDevice_type()
public void setDevice_type(java.lang.String device_type)
device_type
- For Setting The Device Typepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- For Setting The Emailpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- For Setting The Namepublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- For Setting The Password