public class LoginResponseInfo extends Object
Constructor and Description |
---|
LoginResponseInfo()
Creates a new authorization response information class.
|
Modifier and Type | Method and Description |
---|---|
String |
getBosip()
Get the value of bosIP.
|
String |
getChangePasswordURL()
Get the value of changePasswordURL.
|
byte[] |
getCookie()
Get the value of cookie.
|
String |
getEmail()
Get the value of email.
|
short |
getErrorCode()
Get the value of errorCode.
|
String |
getErrorURL()
Get the value of errorURL.
|
ClientRelease |
getLatestBeta()
Get the value of latestBeta.
|
ClientRelease |
getLatestRelease()
Get the value of latestRelease.
|
int |
getMac()
Get the value of mac.
|
short |
getRegStatus()
Get the value of regStatus.
|
String |
getSN()
Get the value of sn.
|
void |
setBosip(String bosIP)
Set the value of bosIP.
|
void |
setChangePasswordURL(String changePasswordURL)
Set the value of changePasswordURL.
|
void |
setCookie(byte[] cookie)
Set the vlaue of cookie.
|
void |
setEmail(String email)
Set the value of email.
|
void |
setErrorCode(short errorCode)
Set the value of errorCode.
|
void |
setErrorURL(String errorURL)
Set the value of errorURL.
|
void |
setLatestBeta(ClientRelease latestBeta)
set the value of latestBeta.
|
void |
setLatestRelease(ClientRelease latestRelease)
Set the value of latestRelease.
|
void |
setMac(int mac)
set the value of mac.
|
void |
setRegStatus(short regStatus)
Set the value of regStatus.
|
void |
setSN(String sn)
Set the value of sn.
|
public LoginResponseInfo()
public String getSN()
public void setSN(String sn)
sn
- Value to assign to sn.public short getErrorCode()
public void setErrorCode(short errorCode)
errorCode
- Value to assign to errorCode.public String getErrorURL()
public void setErrorURL(String errorURL)
errorURL
- Value to assign to errorURL.public short getRegStatus()
public void setRegStatus(short regStatus)
regStatus
- Value to assign to regStatus.public String getEmail()
public void setEmail(String email)
email
- Value to assign to email.public String getBosip()
public void setBosip(String bosIP)
bosIP
- Value to assign to bosIP.public byte[] getCookie()
public void setCookie(byte[] cookie)
cookie
- Value to assign to cookie.public String getChangePasswordURL()
public void setChangePasswordURL(String changePasswordURL)
changePasswordURL
- Value to assign to changePasswordURL.public ClientRelease getLatestRelease()
public void setLatestRelease(ClientRelease latestRelease)
latestRelease
- Value to assign to latestRelease.public ClientRelease getLatestBeta()
public void setLatestBeta(ClientRelease latestBeta)
latestBeta
- Value to assign to latestBeta.public int getMac()
public void setMac(int mac)
mac
- Value to assign to mac.