|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.collectd.Attr
public class Attr
| Constructor Summary | |
|---|---|
Attr()
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
This method is responsible for comparing this MibObject with the passed Object to determine if they are equivalent. |
String |
getAlias()
Returns the object's alias. |
String |
getMaxval()
Returns the object's maximum value. |
String |
getMinval()
Returns the object's minimum value. |
String |
getName()
Returns the object's identifier. |
String |
getType()
Returns the object's data type. |
void |
setAlias(String alias)
This method is used to assign the object's alias. |
void |
setMaxval(String maxval)
This method is used to assign the object's maximum value. |
void |
setMinval(String minval)
This method is used to assign the object's minimum value. |
void |
setName(String oid)
This method is used to assign the object's identifier. |
void |
setType(String type)
This method is used to assign the object's expected data type. |
String |
toString()
This method is responsible for returning a String object which represents the content of this MibObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Attr()
| Method Detail |
|---|
public void setName(String oid)
oid - -
object identifier in dotted decimal notation (e.g.,
".1.3.6.1.2.1.1.1")public void setAlias(String alias)
alias - -
object alias (e.g., "sysDescription")public void setType(String type)
type - -
object's data typepublic void setMaxval(String maxval)
maxval - object's maximum valuepublic void setMinval(String minval)
minval - object's minimum valuepublic String getName()
public String getMaxval()
public String getMinval()
public String getAlias()
public String getType()
public boolean equals(Object object)
equals in class Objectobject - -
MibObject to be compared to this object.
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||