public class SnmpRequestDTO extends Object implements RpcRequest
Constructor and Description |
---|
SnmpRequestDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SnmpAgentConfig |
getAgent() |
String |
getDescription() |
List<SnmpGetRequestDTO> |
getGetRequests() |
String |
getLocation()
Used to route the request to the appropriate location.
|
Long |
getTimeToLive() |
Long |
getTimeToLiveMs()
When using JMS, the request will fail if no response was received in this
many milliseconds.
|
List<SnmpWalkRequestDTO> |
getWalkRequest() |
int |
hashCode() |
void |
setAgent(SnmpAgentConfig agent) |
void |
setDescription(String description) |
void |
setGetRequests(List<SnmpGetRequestDTO> gets) |
void |
setLocation(String location) |
void |
setTimeToLive(Long timeToLive) |
void |
setWalkRequests(List<SnmpWalkRequestDTO> walks) |
public String getLocation()
RpcRequest
getLocation
in interface RpcRequest
public void setLocation(String location)
public SnmpAgentConfig getAgent()
public void setAgent(SnmpAgentConfig agent)
public void setGetRequests(List<SnmpGetRequestDTO> gets)
public List<SnmpGetRequestDTO> getGetRequests()
public void setWalkRequests(List<SnmpWalkRequestDTO> walks)
public List<SnmpWalkRequestDTO> getWalkRequest()
public String getDescription()
public void setDescription(String description)
public Long getTimeToLive()
public void setTimeToLive(Long timeToLive)
public Long getTimeToLiveMs()
RpcRequest
getTimeToLiveMs
in interface RpcRequest
Copyright © 2020. All rights reserved.