Class DnsLookupResponseDTO

  • All Implemented Interfaces:
    RpcResponse

    public class DnsLookupResponseDTO
    extends java.lang.Object
    implements RpcResponse
    • Constructor Detail

      • DnsLookupResponseDTO

        public DnsLookupResponseDTO()
      • DnsLookupResponseDTO

        public DnsLookupResponseDTO​(java.lang.Throwable ex)
    • Method Detail

      • getHostResponse

        public java.lang.String getHostResponse()
      • setHostResponse

        public void setHostResponse​(java.lang.String hostResponse)
      • 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