public class SocialAuthInputModel
extends java.lang.Object
Constructor and Description |
---|
SocialAuthInputModel() |
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 |
getFb_userid()
This Method is use to Get the Facebook User Id
|
boolean |
getIs_openId()
This Method is use to Get the is_openId
|
java.lang.String |
getLanguage()
This Method is use to Get the Language
|
java.lang.String |
getName()
This Method is use to Get the Name
|
java.lang.String |
getPassword()
This Method is use to Get the Password
|
boolean |
isOpenId()
This Method is use to check isOpenId
|
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 is country code
|
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 |
setFb_userid(java.lang.String fb_userid)
This Method is use to Set the Facebook User Id
|
void |
setIs_openId(boolean is_openId)
This Method is use to Set the is open id
|
void |
setLanguage(java.lang.String language)
This Method is use to Set the Language
|
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
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The country codepublic boolean getIs_openId()
public void setIs_openId(boolean is_openId)
is_openId
- For Setting The is open 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 getDevice_id()
public void setDevice_id(java.lang.String device_id)
device_id
- For Setting The Device Idpublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- For Setting The Languagepublic java.lang.String getFb_userid()
public void setFb_userid(java.lang.String fb_userid)
fb_userid
- For Setting The Facebook User Idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- For Setting The Namepublic 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 getPassword()
public boolean isOpenId()
public void setPassword(java.lang.String password)
password
- For Setting The Password