Class DnsLookupRequestDTO
- java.lang.Object
-
- org.opennms.netmgt.provision.dns.client.rpc.DnsLookupRequestDTO
-
- All Implemented Interfaces:
RpcRequest
public class DnsLookupRequestDTO extends Object implements RpcRequest
-
-
Field Summary
-
Fields inherited from interface org.opennms.core.rpc.api.RpcRequest
TAG_CLASS_NAME, TAG_DESCRIPTION, TAG_IP_ADDRESS, TAG_NODE_ID, TAG_NODE_LABEL
-
-
Constructor Summary
Constructors Constructor Description DnsLookupRequestDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTracingInfo(String key, String value)booleanequals(Object obj)StringgetHostRequest()StringgetLocation()Used to route the request to the appropriate location.QueryTypegetQueryType()io.opentracing.SpangetSpan()StringgetSystemId()Used to route the request to a particular system at the given location.LonggetTimeToLiveMs()When using JMS, the request will fail if no response was received in this many milliseconds.Map<String,String>getTracingInfo()RPC clients expose tracing info as tags there by giving more context to each RPC trace.inthashCode()voidsetHostRequest(String hostRequest)voidsetLocation(String location)voidsetQueryType(QueryType queryType)voidsetSystemId(String systemId)
-
-
-
Method Detail
-
getLocation
public String getLocation()
Description copied from interface:RpcRequestUsed to route the request to the appropriate location.- Specified by:
getLocationin interfaceRpcRequest
-
setSystemId
public void setSystemId(String systemId)
-
getSystemId
public String getSystemId()
Description copied from interface:RpcRequestUsed to route the request to a particular system at the given location.- Specified by:
getSystemIdin interfaceRpcRequest
-
getTimeToLiveMs
public Long getTimeToLiveMs()
Description copied from interface:RpcRequestWhen using JMS, the request will fail if no response was received in this many milliseconds.- Specified by:
getTimeToLiveMsin interfaceRpcRequest
-
getHostRequest
public String getHostRequest()
-
setHostRequest
public void setHostRequest(String hostRequest)
-
setLocation
public void setLocation(String location)
-
getQueryType
public QueryType getQueryType()
-
setQueryType
public void setQueryType(QueryType queryType)
-
getTracingInfo
public Map<String,String> getTracingInfo()
Description copied from interface:RpcRequestRPC clients expose tracing info as tags there by giving more context to each RPC trace. Implementations should add tags defined above if they are available.- Specified by:
getTracingInfoin interfaceRpcRequest
-
getSpan
public io.opentracing.Span getSpan()
- Specified by:
getSpanin interfaceRpcRequest
-
-