Class IPAddressTableTracker.IPAddressRow
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpRowResult
-
- org.opennms.netmgt.provision.service.IPAddressTableTracker.IPAddressRow
-
- Enclosing class:
- IPAddressTableTracker
public static class IPAddressTableTracker.IPAddressRow extends SnmpRowResult
-
-
Constructor Summary
Constructors Constructor Description IPAddressRow(int columnCount, SnmpInstId instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnmsIpInterface
createInterfaceFromRow()
Integer
getIfIndex()
String
getIpAddress()
Integer
getType()
-
Methods inherited from class org.opennms.netmgt.snmp.SnmpRowResult
addResult, getColumnCount, getInstance, getResults, getValue, isComplete, toString
-
-
-
-
Constructor Detail
-
IPAddressRow
public IPAddressRow(int columnCount, SnmpInstId instance)
-
-
Method Detail
-
getIfIndex
public Integer getIfIndex()
-
getIpAddress
public String getIpAddress()
-
getType
public Integer getType()
-
createInterfaceFromRow
public OnmsIpInterface createInterfaceFromRow()
-
-