public class GmailLoginOutput
extends java.lang.Object
Constructor and Description |
---|
GmailLoginOutput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
This Method is use to Get the Code
|
java.lang.String |
getDisplay_name()
This Method is use to Get the Display Name
|
java.lang.String |
getEmail()
This Method is use to Get the Email
|
java.lang.String |
getId()
This Method is use to Get the Id
|
int |
getIs_newuser()
This Method is use to Get the New User Details
|
int |
getIsSubscribed()
This Method is use to Get the Subscription Details
|
java.lang.String |
getLogin_history_id()
This Method is use to Get the Login History Id
|
java.lang.String |
getProfile_image()
This Method is use to Get the Profile Image
|
java.lang.String |
getStatus()
This Method is use to Get the Status
|
java.lang.String |
getStudio_id()
This Method is use to Get the Studio Id
|
void |
setCode(java.lang.String code)
This Method is use to Set the Code
|
void |
setDisplay_name(java.lang.String display_name)
This Method is use to Set the Display Name
|
void |
setEmail(java.lang.String email)
This Method is use to Set the Email
|
void |
setId(java.lang.String id)
This Method is use to Set the Id
|
void |
setIs_newuser(int is_newuser)
This Method is use to Set the New User Details
|
void |
setIsSubscribed(int isSubscribed)
This Method is use to Set the Subscription Details
|
void |
setLogin_history_id(java.lang.String login_history_id)
This Method is use to Set the Login History Id
|
void |
setProfile_image(java.lang.String profile_image)
This Method is use to Set the Profile Image
|
void |
setStatus(java.lang.String status)
This Method is use to Set the Status
|
void |
setStudio_id(java.lang.String studio_id)
This Method is use to Set the Studio Id
|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- For Setting The Codepublic java.lang.String getId()
public void setId(java.lang.String id)
id
- For Setting The Idpublic java.lang.String getLogin_history_id()
public void setLogin_history_id(java.lang.String login_history_id)
login_history_id
- For Setting The Login History Idpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- For Setting The Emailpublic java.lang.String getDisplay_name()
public void setDisplay_name(java.lang.String display_name)
display_name
- For Setting The Display Namepublic java.lang.String getStudio_id()
public void setStudio_id(java.lang.String studio_id)
studio_id
- For Setting The Studio Idpublic java.lang.String getProfile_image()
public void setProfile_image(java.lang.String profile_image)
profile_image
- For Setting the Profile Imagepublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- For Setting the Statuspublic int getIs_newuser()
public void setIs_newuser(int is_newuser)
is_newuser
- For Setting The New User Detailspublic int getIsSubscribed()
public void setIsSubscribed(int isSubscribed)
isSubscribed
- For Setting The Subscription Details