com.ibm.diameter.charging.util
Class ReportingReason
java.lang.Object
com.ibm.diameter.charging.util.ReportingReason
public class ReportingReason
- extends java.lang.Object
Describes the ReportingReason values that may be specified for the
Reporting-Reason Avp.
- THRESHOLD
- QHT
- FINAL
- QUOTA_EXHAUSTED
- VALIDITY_TIME
- OTHER_QUOTA_TYPE
- RATING_CONDITION_CHANGE
- FORCED_REAUTHORISATION
- POOL_EXHAUSTED
Method Summary |
static boolean |
isReportingReasonDefined(int value)
Used by the charging web services to validate the value specified for the
Reporting-Reason Avp against the allowed enumerated values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THRESHOLD
public static final int THRESHOLD
- See Also:
- Constant Field Values
QHT
public static final int QHT
- See Also:
- Constant Field Values
FINAL
public static final int FINAL
- See Also:
- Constant Field Values
QUOTA_EXHAUSTED
public static final int QUOTA_EXHAUSTED
- See Also:
- Constant Field Values
VALIDITY_TIME
public static final int VALIDITY_TIME
- See Also:
- Constant Field Values
OTHER_QUOTA_TYPE
public static final int OTHER_QUOTA_TYPE
- See Also:
- Constant Field Values
RATING_CONDITION_CHANGE
public static final int RATING_CONDITION_CHANGE
- See Also:
- Constant Field Values
FORCED_REAUTHORISATION
public static final int FORCED_REAUTHORISATION
- See Also:
- Constant Field Values
POOL_EXHAUSTED
public static final int POOL_EXHAUSTED
- See Also:
- Constant Field Values
isReportingReasonDefined
public static boolean isReportingReasonDefined(int value)
- Used by the charging web services to validate the value specified for the
Reporting-Reason Avp against the allowed enumerated values.
- Parameters:
value
- the value of the Avp under test
- Returns:
- boolean indicating whether the specified ReportingReason value is valid
Copyright © 2006 IBM Corp. All Rights Reserved.