public class DnsLookupRequestDTO extends Object implements RpcRequest
Constructor and Description |
---|
DnsLookupRequestDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHostRequest() |
String |
getLocation()
Used to route the request to the appropriate location.
|
QueryType |
getQueryType() |
Long |
getTimeToLiveMs()
When using JMS, the request will fail if no response was received in this
many milliseconds.
|
int |
hashCode() |
void |
setHostRequest(String hostRequest) |
void |
setLocation(String location) |
void |
setQueryType(QueryType queryType) |
public String getLocation()
RpcRequest
getLocation
in interface RpcRequest
public Long getTimeToLiveMs()
RpcRequest
getTimeToLiveMs
in interface RpcRequest
public String getHostRequest()
public void setHostRequest(String hostRequest)
public void setLocation(String location)
public QueryType getQueryType()
public void setQueryType(QueryType queryType)
Copyright © 2020. All rights reserved.