public class SNMPTrapType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static SNMPTrapType[] |
types |
static SNMPTrapType |
V1TRAP |
static SNMPTrapType |
V2INFORM |
static SNMPTrapType |
V2TRAP |
Constructor and Description |
---|
SNMPTrapType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static java.lang.String[] |
getNames() |
int |
getType() |
static SNMPTrapType |
lookup(SNMPTrapType t) |
static SNMPTrapType |
lookup(java.lang.String t) |
void |
setType(int type) |
java.lang.String |
toString() |
public static final SNMPTrapType[] types
public static final SNMPTrapType V1TRAP
public static final SNMPTrapType V2TRAP
public static final SNMPTrapType V2INFORM
public static SNMPTrapType lookup(SNMPTrapType t)
public static SNMPTrapType lookup(java.lang.String t)
public static java.lang.String[] getNames()
public int getType()
public void setType(int type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.