org.jdiameter.api.cca.events
Interface JCreditControlAnswer
- All Superinterfaces:
- AppAnswerEvent, AppEvent, java.io.Serializable
public interface JCreditControlAnswer
- extends AppAnswerEvent
The Credit-Control-Answer message (CCA) is indicated by the command-code field being set to 272
and the 'R' bit being cleared in the Command Flags field. It is used between the credit-control
server and the Diameter credit-control client to acknowledge a Credit-Control-Request command.
- Author:
- Bartosz Baranowski , Alexandre Mendonca
_SHORT_NAME
static final java.lang.String _SHORT_NAME
- See Also:
- Constant Field Values
_LONG_NAME
static final java.lang.String _LONG_NAME
- See Also:
- Constant Field Values
code
static final int code
- See Also:
- Constant Field Values
isCreditControlFailureHandlingAVPPresent
boolean isCreditControlFailureHandlingAVPPresent()
getCredidControlFailureHandlingAVPValue
int getCredidControlFailureHandlingAVPValue()
isDirectDebitingFailureHandlingAVPPresent
boolean isDirectDebitingFailureHandlingAVPPresent()
getDirectDebitingFailureHandlingAVPValue
int getDirectDebitingFailureHandlingAVPValue()
isRequestTypeAVPPresent
boolean isRequestTypeAVPPresent()
getRequestTypeAVPValue
int getRequestTypeAVPValue()
getValidityTimeAvp
Avp getValidityTimeAvp()
Copyright © 2013. All Rights Reserved.