public class HwExtension extends Object implements Serializable
Constructor and Description |
---|
HwExtension() |
HwExtension(String name,
String sysOidMask) |
Modifier and Type | Method and Description |
---|---|
void |
addMibObject(MibObj mibObj)
Adds the MIB object.
|
boolean |
equals(Object obj) |
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() |
String |
getSysOidMask()
Gets the system OID mask.
|
int |
hashCode() |
void |
setMibObjects(List<MibObj> mibObjects)
Sets the MIB objects.
|
void |
setName(String name) |
void |
setSysOidMask(String sysOidMask)
Sets the system OID mask.
|
String |
toString() |
public String getName()
public void setName(String name)
public String getSysOidMask()
public void setSysOidMask(String sysOidMask)
m_sysOidMask
- the system OID maskpublic MibObj getMibObjectByAlias(String name)
m_name
- the m_namepublic MibObj getMibObjectByOid(String oid)
oid
- the OIDpublic void setMibObjects(List<MibObj> mibObjects)
m_mibObjects
- the MIB objectspublic void addMibObject(MibObj mibObj)
mibObj
- the MIB objectCopyright © 2021. All rights reserved.