Class SNMPMultiGetBuilder
- java.lang.Object
-
- org.opennms.netmgt.snmp.proxy.common.AbstractSNMPRequestBuilder<List<SnmpValue>>
-
- org.opennms.netmgt.snmp.proxy.common.SNMPMultiGetBuilder
-
- All Implemented Interfaces:
SNMPRequestBuilder<List<SnmpValue>>
public class SNMPMultiGetBuilder extends AbstractSNMPRequestBuilder<List<SnmpValue>>
-
-
Constructor Summary
Constructors Constructor Description SNMPMultiGetBuilder(LocationAwareSnmpClientRpcImpl client, SnmpAgentConfig agent, List<SnmpObjId> oids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<SnmpValue>
processResponse(SnmpMultiResponseDTO response)
-
Methods inherited from class org.opennms.netmgt.snmp.proxy.common.AbstractSNMPRequestBuilder
execute, withDescription, withLocation, withSystemId, withTimeToLive, withTimeToLive
-
-
-
-
Constructor Detail
-
SNMPMultiGetBuilder
public SNMPMultiGetBuilder(LocationAwareSnmpClientRpcImpl client, SnmpAgentConfig agent, List<SnmpObjId> oids)
-
-
Method Detail
-
processResponse
protected List<SnmpValue> processResponse(SnmpMultiResponseDTO response)
- Specified by:
processResponse
in classAbstractSNMPRequestBuilder<List<SnmpValue>>
-
-