Class HwInventoryAdapterConfiguration
- java.lang.Object
-
- org.opennms.netmgt.config.hardware.HwInventoryAdapterConfiguration
-
- All Implemented Interfaces:
Serializable
public class HwInventoryAdapterConfiguration extends Object implements Serializable
The Class HwInventoryAdapterConfiguration.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HwInventoryAdapterConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addExtension(HwExtension extension)
boolean
equals(Object obj)
List<HwExtension>
getExtensions()
Map<String,String>
getReplacementMap()
Gets the replacement map.List<SnmpObjId>
getVendorOid(String nodeSysOid)
Gets the vendor OID.int
hashCode()
void
setExtensions(List<HwExtension> extensions)
String
toString()
-
-
-
Method Detail
-
getExtensions
public List<HwExtension> getExtensions()
-
setExtensions
public void setExtensions(List<HwExtension> extensions)
-
addExtension
public void addExtension(HwExtension extension)
-
getVendorOid
public List<SnmpObjId> getVendorOid(String nodeSysOid)
Gets the vendor OID.- Parameters:
nodeSysOid
- the node system OID- Returns:
- the vendor OID
-
getReplacementMap
public Map<String,String> getReplacementMap()
Gets the replacement map.- Returns:
- the replacement map
-
-