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()
RpcResponsenull otherwise.getErrorMessage in interface RpcResponsenull otherwiseCopyright © 2020. All rights reserved.