|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.snmp.types.SnmpValue
com.caucho.server.snmp.types.IntegerValue
public class IntegerValue
| Field Summary | |
|---|---|
static IntegerValue |
ZERO
|
| Fields inherited from class com.caucho.server.snmp.types.SnmpValue |
|---|
COUNTER, EOC, GAUGE, GET_NEXT_REQUEST_PDU, GET_REQUEST_PDU, GET_RESPONSE_PDU, INTEGER, IP_ADDRESS, NULL, OBJECT_IDENTIFIER, OCTET_STRING, OPAQUE, SEQUENCE, SET_REQUEST_PDU, TIME_TICKS, TRAP_PDU |
| Constructor Summary | |
|---|---|
IntegerValue(int value)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getLong()
|
int |
getType()
|
void |
toAsn1(java.lang.StringBuilder sb)
|
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.server.snmp.types.SnmpValue |
|---|
create, create, create, getString, header, toAsn1, typeName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IntegerValue ZERO
| Constructor Detail |
|---|
public IntegerValue(int value)
| Method Detail |
|---|
public long getLong()
getLong in class SnmpValuepublic int getType()
getType in class SnmpValuepublic void toAsn1(java.lang.StringBuilder sb)
toAsn1 in class SnmpValuepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic 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 | |||||||||