|
||||||||||
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.GetWhoamiResult
public class GetWhoamiResult
Constructor Summary | |
---|---|
GetWhoamiResult(StatusCode statusCode)
Called only when the result is unsuccessful. |
|
GetWhoamiResult(java.lang.String identification)
Showing the result was successful, passing the data to accompany the result. |
Method Summary | |
---|---|
java.lang.String |
getIdentification()
The network will identify you differently based on your state. |
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 GetWhoamiResult(StatusCode statusCode)
statusCode
- of the resultpublic GetWhoamiResult(java.lang.String identification)
identification
- Method Detail |
---|
public java.lang.String getIdentification()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |