public class MibObjectImpl extends Object implements IMibObject
Constructor and Description |
---|
MibObjectImpl() |
MibObjectImpl(String oid,
String instance,
String alias,
String type) |
Modifier and Type | Method and Description |
---|---|
static MibObjectImpl[] |
asMibObjects(IMibObject[] mibObjects) |
boolean |
equals(Object obj) |
String |
getAlias() |
IGroup |
getGroup() |
String |
getInstance() |
SnmpObjId |
getOid() |
String |
getType() |
int |
hashCode() |
void |
setAlias(String alias) |
void |
setGroup(IGroup group) |
void |
setInstance(String instance) |
void |
setOid(SnmpObjId oid) |
void |
setOid(String oid) |
void |
setType(String type) |
String |
toString() |
public SnmpObjId getOid()
getOid
in interface IMibObject
public void setOid(SnmpObjId oid)
public void setOid(String oid)
public String getAlias()
getAlias
in interface IMibObject
public void setAlias(String alias)
public String getType()
getType
in interface IMibObject
public void setType(String type)
public String getInstance()
getInstance
in interface IMibObject
public void setInstance(String instance)
public IGroup getGroup()
getGroup
in interface IMibObject
public void setGroup(IGroup group)
public static MibObjectImpl[] asMibObjects(IMibObject[] mibObjects)
Copyright © 2021. All rights reserved.