public class PingResponseDTO extends Object implements RpcResponse
Constructor and Description |
---|
PingResponseDTO() |
PingResponseDTO(Throwable ex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getErrorMessage()
Returns an error message if an error occurred, or
null otherwise. |
double |
getRtt() |
int |
hashCode() |
void |
setRtt(double rtt) |
public PingResponseDTO()
public PingResponseDTO(Throwable ex)
public double getRtt()
public void setRtt(double rtt)
public String getErrorMessage()
RpcResponse
null
otherwise.getErrorMessage
in interface RpcResponse
null
otherwiseCopyright © 2021. All rights reserved.