public class HwExtension extends Object implements Serializable
Constructor and Description |
---|
HwExtension()
The Constructor.
|
HwExtension(String name,
String sysOidMask)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addMibObject(MibObj mibObj)
Adds the MIB object.
|
MibObj |
getMibObjectByAlias(String name)
Gets the MIB object by alias.
|
MibObj |
getMibObjectByOid(String oid)
Gets the MIB object by OID.
|
List<MibObj> |
getMibObjects()
Gets the MIB objects.
|
String |
getName()
Gets the name.
|
String |
getSysOidMask()
Gets the system OID mask.
|
void |
setMibObjects(List<MibObj> mibObjects)
Sets the MIB objects.
|
void |
setName(String name)
Sets the name.
|
void |
setSysOidMask(String sysOidMask)
Sets the system OID mask.
|
String |
toString()
To string.
|
public String getName()
public void setName(String name)
name
- the namepublic String getSysOidMask()
public void setSysOidMask(String sysOidMask)
sysOidMask
- the system OID maskpublic MibObj getMibObjectByAlias(String name)
name
- the namepublic MibObj getMibObjectByOid(String oid)
oid
- the OIDpublic void setMibObjects(List<MibObj> mibObjects)
mibObjects
- the MIB objectspublic void addMibObject(MibObj mibObj)
mibObj
- the MIB objectCopyright © 2017. All rights reserved.