|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectdk.i1.diameter.AVP
dk.i1.diameter.AVP_Integer64
public class AVP_Integer64
64-bit signed integer AVP.
| Field Summary |
|---|
| Fields inherited from class dk.i1.diameter.AVP |
|---|
code, vendor_id |
| Constructor Summary | |
|---|---|
AVP_Integer64(AVP a)
|
|
AVP_Integer64(int code,
int vendor_id,
long value)
|
|
AVP_Integer64(int code,
long value)
|
|
| Method Summary | |
|---|---|
long |
queryValue()
|
void |
setValue(long value)
|
| Methods inherited from class dk.i1.diameter.AVP |
|---|
isMandatory, isPrivate, isVendorSpecific, queryPayload, setM, setMandatory, setPrivate |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AVP_Integer64(AVP a)
throws InvalidAVPLengthException
InvalidAVPLengthException
public AVP_Integer64(int code,
long value)
public AVP_Integer64(int code,
int vendor_id,
long value)
| Method Detail |
|---|
public long queryValue()
public void setValue(long value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||