|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.percederberg.mibble.snmp.SnmpRevision
public class SnmpRevision
An SNMP module identity revision value. This declaration is used inside a module identity macro type.
SnmpModuleIdentity
Constructor Summary | |
---|---|
SnmpRevision(MibValue value,
java.lang.String description)
Creates a new SNMP module identity revision. |
Method Summary | |
---|---|
java.lang.String |
getComment()
Returns the revision comment. |
java.lang.String |
getDescription()
Returns the revision description. |
java.lang.String |
getUnformattedDescription()
Returns the unformatted revision description. |
MibValue |
getValue()
Returns the revision number. |
void |
setComment(java.lang.String comment)
Sets the revision comment. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SnmpRevision(MibValue value, java.lang.String description)
value
- the revision numberdescription
- the revision descriptionMethod Detail |
---|
public MibValue getValue()
public java.lang.String getDescription()
getUnformattedDescription()
public java.lang.String getUnformattedDescription()
getDescription()
public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- the revision commentpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |