| Package | Description | 
|---|---|
| org.opennms.netmgt.config.hardware | 
| Modifier and Type | Method and Description | 
|---|---|
MibObj | 
HwExtension.getMibObjectByAlias(String name)
Gets the MIB object by alias. 
 | 
MibObj | 
HwExtension.getMibObjectByOid(String oid)
Gets the MIB object by OID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<MibObj> | 
HwExtension.getMibObjects()
Gets the MIB objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HwExtension.addMibObject(MibObj mibObj)
Adds the MIB object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HwExtension.setMibObjects(List<MibObj> mibObjects)
Sets the MIB objects. 
 | 
Copyright © 2020. All rights reserved.