public class HwInventoryAdapterConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
HwInventoryAdapterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(HwExtension extension)
Adds the extension.
|
List<HwExtension> |
getExtensions()
Gets the extensions.
|
Map<String,String> |
getReplacementMap()
Gets the replacement map.
|
List<SnmpObjId> |
getVendorOid(String nodeSysOid)
Gets the vendor OID.
|
void |
setExtensions(List<HwExtension> extensions)
Sets the extensions.
|
String |
toString() |
public List<HwExtension> getExtensions()
public void setExtensions(List<HwExtension> extensions)
extensions - the extensionspublic void addExtension(HwExtension extension)
extension - the extensionpublic List<SnmpObjId> getVendorOid(String nodeSysOid)
nodeSysOid - the node system OIDpublic Map<String,String> getReplacementMap()
Copyright © 2015. All rights reserved.