Uses of Class
org.snmp4j.SNMP4JSettings.Snmp4jStatistics
-
Packages that use SNMP4JSettings.Snmp4jStatistics Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. -
-
Uses of SNMP4JSettings.Snmp4jStatistics in org.snmp4j
Methods in org.snmp4j that return SNMP4JSettings.Snmp4jStatistics Modifier and Type Method Description static SNMP4JSettings.Snmp4jStatistics
SNMP4JSettings. getSnmp4jStatistics()
Get the SNMP4J statistics level.static SNMP4JSettings.Snmp4jStatistics
SNMP4JSettings.Snmp4jStatistics. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SNMP4JSettings.Snmp4jStatistics[]
SNMP4JSettings.Snmp4jStatistics. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snmp4j with parameters of type SNMP4JSettings.Snmp4jStatistics Modifier and Type Method Description static void
SNMP4JSettings. setSnmp4jStatistics(SNMP4JSettings.Snmp4jStatistics snmp4jStatistics)
Sets the SNMP4J statistics level.
-