|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.LoginResponseInfo
Authorization response information.
Constructor Summary | |
LoginResponseInfo()
Creates a new authorization response information class. |
Method Summary | |
java.lang.String |
getBosip()
Get the value of bosIP. |
java.lang.String |
getChangePasswordURL()
Get the value of changePasswordURL. |
byte[] |
getCookie()
Get the value of cookie. |
java.lang.String |
getEmail()
Get the value of email. |
short |
getErrorCode()
Get the value of errorCode. |
java.lang.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. |
java.lang.String |
getSN()
Get the value of sn. |
void |
setBosip(java.lang.String bosIP)
Set the value of bosIP. |
void |
setChangePasswordURL(java.lang.String changePasswordURL)
Set the value of changePasswordURL. |
void |
setCookie(byte[] cookie)
Set the vlaue of cookie. |
void |
setEmail(java.lang.String email)
Set the value of email. |
void |
setErrorCode(short errorCode)
Set the value of errorCode. |
void |
setErrorURL(java.lang.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(java.lang.String sn)
Set the value of sn. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoginResponseInfo()
Method Detail |
public java.lang.String getSN()
public void setSN(java.lang.String sn)
sn
- Value to assign to sn.public short getErrorCode()
public void setErrorCode(short errorCode)
errorCode
- Value to assign to errorCode.public java.lang.String getErrorURL()
public void setErrorURL(java.lang.String errorURL)
errorURL
- Value to assign to errorURL.public short getRegStatus()
public void setRegStatus(short regStatus)
regStatus
- Value to assign to regStatus.public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- Value to assign to email.public java.lang.String getBosip()
public void setBosip(java.lang.String bosIP)
bosIP
- Value to assign to bosIP.public byte[] getCookie()
public void setCookie(byte[] cookie)
cookie
- Value to assign to cookie.public java.lang.String getChangePasswordURL()
public void setChangePasswordURL(java.lang.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |