|
||||||||||
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 SnmpValue
public int getType()
getType
in class SnmpValue
public void toAsn1(java.lang.StringBuilder sb)
toAsn1
in class SnmpValue
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public 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 |