public class Login_output
extends java.lang.Object
Constructor and Description |
---|
Login_output() |
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
|
java.lang.String |
getIsFree() |
java.lang.String |
getIsSubscribed()
This Method is use to Get the Is Subscribed Details
|
java.lang.String |
getLogin_history_id()
This Method is use to Get the Login History Id
|
java.lang.String |
getMsg()
This Method is use to Get the Message
|
java.lang.String |
getNick_name()
This Method is use to Get the Nick Name
|
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 |
setIsFree(java.lang.String isFree) |
void |
setIsSubscribed(java.lang.String isSubscribed)
This Method is use to Set the Is Subscribed Details
|
void |
setLogin_history_id(java.lang.String login_history_id)
This Method is use to Set the Login History Id
|
void |
setMsg(java.lang.String msg)
This Method is use to Set the Message
|
void |
setNick_name(java.lang.String nick_name)
This Method is use to Set the Nick Name
|
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 getIsFree()
public void setIsFree(java.lang.String isFree)
public 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 getId()
public void setId(java.lang.String id)
id
- For Setting The 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 getNick_name()
public void setNick_name(java.lang.String nick_name)
nick_name
- For Setting The Nick 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 Profile Imagepublic java.lang.String getIsSubscribed()
public void setIsSubscribed(java.lang.String isSubscribed)
isSubscribed
- For Setting Is Subscribed Detailspublic java.lang.String getCode()
public void setCode(java.lang.String code)
code
- For Setting The Codepublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- For Setting The Statuspublic java.lang.String getMsg()
public void setMsg(java.lang.String msg)
msg
- For Setting The Message