org.opennms.netmgt.collectd
Class IfInfo
java.lang.Object
org.opennms.netmgt.collectd.IfInfo
- final class IfInfo
- extends java.lang.Object
This class encapsulates all the information required by the SNMP collector in
order to perform data collection for an individual interface and store that
data in an appropriately named RRD file.
- Author:
- Mike Davidson , OpenNMS
Constructor Summary |
IfInfo(int ifIndex,
int ifType,
java.lang.String ifLabel,
java.lang.String collType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_index
private int m_index
m_type
private int m_type
m_label
private java.lang.String m_label
m_collType
private java.lang.String m_collType
m_isPrimary
private boolean m_isPrimary
m_oidList
private java.util.List m_oidList
m_dsList
private java.util.List m_dsList
IfInfo
public IfInfo(int ifIndex,
int ifType,
java.lang.String ifLabel,
java.lang.String collType)
setIsPrimary
public void setIsPrimary(boolean isPrimary)
setDsList
public void setDsList(java.util.List dsList)
setOidList
public void setOidList(java.util.List oidList)
getIndex
public int getIndex()
getType
public int getType()
getLabel
public java.lang.String getLabel()
getCollType
public java.lang.String getCollType()
getIsPrimary
public boolean getIsPrimary()
getDsList
public java.util.List getDsList()
getOidList
public java.util.List getOidList()
Generated by eevans on May 29 2005 2015.