public class GmailLoginInput
extends java.lang.Object
Constructor and Description |
---|
GmailLoginInput() |
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 |
getEmail()
This Method is use to Get the Gmail Email Id
|
java.lang.String |
getGmail_userid()
This Method is use to Get the Gmail User Id
|
java.lang.String |
getLanguageCode()
This Method is use to Get the languageCode
|
java.lang.String |
getName()
This Method is use to Get the User Name
|
java.lang.String |
getPassword()
This Method is use to Get the Password
|
java.lang.String |
getProfile_image()
This Method is use to Get the Profile Image
|
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 |
setEmail(java.lang.String email)
This Method is use to Set the Gmail Email Id
|
void |
setGmail_userid(java.lang.String gmail_userid)
This Method is use to Set the Gmail User Id
|
void |
setLanguageCode(java.lang.String languageCode)
This Method is use to Set the languageCode
|
void |
setName(java.lang.String name)
This Method is use to Set the User Name
|
void |
setPassword(java.lang.String password)
This Method is use to Set the Password
|
void |
setProfile_image(java.lang.String profile_image)
This Method is use to Set the Profile Image
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode
- For Setting The languageCodepublic java.lang.String getGmail_userid()
public void setGmail_userid(java.lang.String gmail_userid)
gmail_userid
- For Setting The Gmail User Idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- For Setting The Namepublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- For Setting The Gmail Email Idpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- For Setting the Passwordpublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting the Auth Tokenpublic java.lang.String getProfile_image()
public void setProfile_image(java.lang.String profile_image)
profile_image
- For Setting the Profile Image