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