public class SnmpStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SnmpStatus |
CURRENT
The current SNMP status.
|
static SnmpStatus |
DEPRECATED
The deprecated SNMP status.
|
static SnmpStatus |
MANDATORY
The mandatory SNMP status.
|
static SnmpStatus |
OBSOLETE
The obsolete SNMP status.
|
static SnmpStatus |
OPTIONAL
The optional SNMP status.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of this object.
|
public static final SnmpStatus MANDATORY
public static final SnmpStatus OPTIONAL
public static final SnmpStatus CURRENT
public static final SnmpStatus DEPRECATED
public static final SnmpStatus OBSOLETE