Class SnmpWalkRequestDTO
- java.lang.Object
-
- org.opennms.netmgt.snmp.proxy.common.SnmpWalkRequestDTO
-
public class SnmpWalkRequestDTO extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEFAULT_SINGLE_INSTANCE
-
Constructor Summary
Constructors Constructor Description SnmpWalkRequestDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getCorrelationId()
SnmpObjId
getInstance()
java.lang.Integer
getMaxRepetitions()
java.util.List<SnmpObjId>
getOids()
int
hashCode()
void
setCorrelationId(java.lang.String correlationId)
void
setInstance(SnmpObjId instance)
void
setMaxRepetitions(java.lang.Integer maxRepetitions)
void
setOids(java.util.List<SnmpObjId> oids)
-
-
-
Method Detail
-
getCorrelationId
public java.lang.String getCorrelationId()
-
setCorrelationId
public void setCorrelationId(java.lang.String correlationId)
-
getOids
public java.util.List<SnmpObjId> getOids()
-
setOids
public void setOids(java.util.List<SnmpObjId> oids)
-
setMaxRepetitions
public void setMaxRepetitions(java.lang.Integer maxRepetitions)
-
getMaxRepetitions
public java.lang.Integer getMaxRepetitions()
-
setInstance
public void setInstance(SnmpObjId instance)
-
getInstance
public SnmpObjId getInstance()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-