public final class PingResponse extends Response
extendedInformation| Constructor and Description |
|---|
PingResponse(String message,
long time)
constructor for
PingResponse |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
PingResponse, compare contents for equality |
String |
getMessage()
get the ping response message
|
long |
getTime()
get the ping response timestamp
|
int |
hashCode() |
getExtendedInformationpublic PingResponse(String message, long time)
PingResponsemessage - ping response messagetime - ping response timestamppublic String getMessage()
public long getTime()
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.