|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.percederberg.mibble.snmp.SnmpModule
public class SnmpModule
An SNMP module compliance value. This declaration is used inside the module compliance macro type.
SnmpModuleCompliance
Constructor Summary | |
---|---|
SnmpModule(java.lang.String module,
java.util.ArrayList groups,
java.util.ArrayList compliances)
Creates a new module compliance declaration. |
Method Summary | |
---|---|
java.lang.String |
getComment()
Returns the module comment. |
java.util.ArrayList |
getCompliances()
Returns the list of compliances. |
java.util.ArrayList |
getGroups()
Returns the list of mandatory group values. |
java.lang.String |
getModule()
Returns the module name. |
void |
setComment(java.lang.String comment)
Sets the module 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 SnmpModule(java.lang.String module, java.util.ArrayList groups, java.util.ArrayList compliances)
module
- the module name, or nullgroups
- the list of mandatory group valuescompliances
- the list of compliancesMethod Detail |
---|
public java.lang.String getModule()
public java.util.ArrayList getGroups()
MibValue
public java.util.ArrayList getCompliances()
SnmpCompliance
public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- the module 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 |