Class PingResponseDTO

    • Constructor Detail

      • PingResponseDTO

        public PingResponseDTO()
      • PingResponseDTO

        public PingResponseDTO​(Throwable ex)
    • Method Detail

      • getRtt

        public double getRtt()
      • setRtt

        public void setRtt​(double rtt)
      • getErrorMessage

        public String getErrorMessage()
        Description copied from interface: RpcResponse
        Returns an error message if an error occurred, or null otherwise.
        Specified by:
        getErrorMessage in interface RpcResponse
        Returns:
        an error message if an error occurred, or null otherwise
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object