|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lilypad.client.connect.api.result.Result lilypad.client.connect.api.result.impl.AsServerResult
public class AsServerResult
Constructor Summary | |
---|---|
AsServerResult(StatusCode statusCode)
Called only when the result is unsuccessful. |
|
AsServerResult(java.lang.String securityKey)
Showing the result was successful, passing the data to accompany the result. |
Method Summary | |
---|---|
java.lang.String |
getSecurityKey()
Secret used within the game login process for authorization. |
Methods inherited from class lilypad.client.connect.api.result.Result |
---|
getStatusCode |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsServerResult(StatusCode statusCode)
statusCode
- of the resultpublic AsServerResult(java.lang.String securityKey)
securityKey
- of the resultMethod Detail |
---|
public java.lang.String getSecurityKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |