public interface AccountRequest extends AppRequestEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
_LONG_NAME |
static String |
_SHORT_NAME |
static int |
code |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountingRecordNumber() |
int |
getAccountingRecordType() |
void |
setAccountingRecordNumber(long number) |
void |
setAccountingRecordType(int recordType) |
getDestinationHost, getDestinationRealmgetCommandCode, getMessage, getOriginHost, getOriginRealmstatic final String _SHORT_NAME
static final String _LONG_NAME
static final int code
int getAccountingRecordType()
throws AvpDataException
AvpDataException - if result code avp is not integerlong getAccountingRecordNumber()
throws AvpDataException
AvpDataException - if result code avp is not integervoid setAccountingRecordType(int recordType)
throws AvpDataException
recordType - AvpDataExceptionvoid setAccountingRecordNumber(long number)
throws AvpDataException
number - AvpDataExceptionCopyright © 2016. All Rights Reserved.