|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.percederberg.mibble.snmp.SnmpModuleSupport
An SNMP module support value. This declaration is used inside the agent capabilities type.
SnmpAgentCapabilities
Constructor Summary | |
SnmpModuleSupport(java.lang.String module,
java.util.ArrayList groups,
java.util.ArrayList variations)
Creates a new module support declaration. |
Method Summary | |
java.util.ArrayList |
getGroups()
Returns the list of included group values. |
java.lang.String |
getModule()
Returns the module name. |
java.util.ArrayList |
getVariations()
Returns the list of variations. |
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 SnmpModuleSupport(java.lang.String module, java.util.ArrayList groups, java.util.ArrayList variations)
module
- the module name, or nullgroups
- the list of included group valuesvariations
- the list of variationsMethod Detail |
public java.lang.String getModule()
public java.util.ArrayList getGroups()
MibValue
public java.util.ArrayList getVariations()
SnmpVariation
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |