Package org.opennms.netmgt.snmp.proxy
Class WalkResponse
- java.lang.Object
-
- org.opennms.netmgt.snmp.proxy.WalkResponse
-
public class WalkResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description WalkResponse(List<SnmpResult> results)
WalkResponse(List<SnmpResult> results, String correlationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getCorrelationId()
List<SnmpResult>
getResults()
int
hashCode()
-
-
-
Constructor Detail
-
WalkResponse
public WalkResponse(List<SnmpResult> results)
-
WalkResponse
public WalkResponse(List<SnmpResult> results, String correlationId)
-
-