lilypad.client.connect.api.result.impl
Class AsServerResult

java.lang.Object
  extended by lilypad.client.connect.api.result.Result
      extended by lilypad.client.connect.api.result.impl.AsServerResult

public class AsServerResult
extends Result


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

AsServerResult

public AsServerResult(StatusCode statusCode)
Called only when the result is unsuccessful.

Parameters:
statusCode - of the result

AsServerResult

public AsServerResult(java.lang.String securityKey)
Showing the result was successful, passing the data to accompany the result.

Parameters:
securityKey - of the result
Method Detail

getSecurityKey

public java.lang.String getSecurityKey()
Secret used within the game login process for authorization.

Returns:
security key