|
||||||||||
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.GetDetailsResult
public class GetDetailsResult
Constructor Summary | |
---|---|
GetDetailsResult(StatusCode statusCode)
Called only when the result is unsuccessful. |
|
GetDetailsResult(java.lang.String ip,
int port,
java.lang.String motd,
java.lang.String version)
Showing the result was successful, passing the data to accompany the result. |
Method Summary | |
---|---|
java.lang.String |
getIp()
Uniform ip address decided by the network deriving from a single proxy. |
java.lang.String |
getMotd()
Uniform motd decided by the network deriving from a single proxy. |
int |
getPort()
Uniform port number decided by the network deriving from a single proxy. |
java.lang.String |
getVersion()
Uniform version decided by the network deriving from a single proxy. |
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 GetDetailsResult(StatusCode statusCode)
statusCode
- of the resultpublic GetDetailsResult(java.lang.String ip, int port, java.lang.String motd, java.lang.String version)
ip
- of the resultport
- of the resultmotd
- of the resultversion
- of the resultMethod Detail |
---|
public java.lang.String getIp()
public int getPort()
public java.lang.String getMotd()
public java.lang.String getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |