Class PollerResponseDTO

    • Constructor Detail

      • PollerResponseDTO

        public PollerResponseDTO()
      • PollerResponseDTO

        public PollerResponseDTO​(java.lang.Throwable ex)
      • PollerResponseDTO

        public PollerResponseDTO​(PollStatus pollStatus)
    • Method Detail

      • setPollStatus

        public void setPollStatus​(PollStatus pollStatus)
      • getErrorMessage

        public java.lang.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 java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object