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