Class RuleFailureCode
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.RuleFailureCode
-
- All Implemented Interfaces:
Serializable,Enumerated
public class RuleFailureCode extends Object implements Serializable, Enumerated
Java class to represent the RuleFailureCode enumerated type. Documentation from the relevant specification: The Rule-Failure-Code AVP (AVP code 1031) is of type Enumerated. It is sent by the PCEF to the PCRF within a Charging-Rule-Report AVP to identify the reason a PCC Rule is being reported.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleFailureCodefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_UNKNOWN_RULE_NAME
public static final int _UNKNOWN_RULE_NAME
- See Also:
- Constant Field Values
-
_RATING_GROUP_ERROR
public static final int _RATING_GROUP_ERROR
- See Also:
- Constant Field Values
-
_SERVICE_IDENTIFIER_ERROR
public static final int _SERVICE_IDENTIFIER_ERROR
- See Also:
- Constant Field Values
-
_GW_PCEF_MALFUNCTION
public static final int _GW_PCEF_MALFUNCTION
- See Also:
- Constant Field Values
-
_RESOURCES_LIMITATION
public static final int _RESOURCES_LIMITATION
- See Also:
- Constant Field Values
-
_MAX_NR_BEARERS_REACHED
public static final int _MAX_NR_BEARERS_REACHED
- See Also:
- Constant Field Values
-
_UNKNOWN_BEARER_ID
public static final int _UNKNOWN_BEARER_ID
- See Also:
- Constant Field Values
-
_MISSING_BEARER_ID
public static final int _MISSING_BEARER_ID
- See Also:
- Constant Field Values
-
_MISSING_FLOW_INFORMATION
public static final int _MISSING_FLOW_INFORMATION
- See Also:
- Constant Field Values
-
_RESOURCE_ALLOCATION_FAILURE
public static final int _RESOURCE_ALLOCATION_FAILURE
- See Also:
- Constant Field Values
-
_UNSUCCESSFUL_QOS_VALIDATION
public static final int _UNSUCCESSFUL_QOS_VALIDATION
- See Also:
- Constant Field Values
-
_INCORRECT_FLOW_INFORMATION
public static final int _INCORRECT_FLOW_INFORMATION
- See Also:
- Constant Field Values
-
UNKNOWN_RULE_NAME
public static final RuleFailureCode UNKNOWN_RULE_NAME
-
RATING_GROUP_ERROR
public static final RuleFailureCode RATING_GROUP_ERROR
-
SERVICE_IDENTIFIER_ERROR
public static final RuleFailureCode SERVICE_IDENTIFIER_ERROR
-
GW_PCEF_MALFUNCTION
public static final RuleFailureCode GW_PCEF_MALFUNCTION
-
RESOURCES_LIMITATION
public static final RuleFailureCode RESOURCES_LIMITATION
-
MAX_NR_BEARERS_REACHED
public static final RuleFailureCode MAX_NR_BEARERS_REACHED
-
UNKNOWN_BEARER_ID
public static final RuleFailureCode UNKNOWN_BEARER_ID
-
MISSING_BEARER_ID
public static final RuleFailureCode MISSING_BEARER_ID
-
MISSING_FLOW_INFORMATION
public static final RuleFailureCode MISSING_FLOW_INFORMATION
-
RESOURCE_ALLOCATION_FAILURE
public static final RuleFailureCode RESOURCE_ALLOCATION_FAILURE
-
UNSUCCESSFUL_QOS_VALIDATION
public static final RuleFailureCode UNSUCCESSFUL_QOS_VALIDATION
-
INCORRECT_FLOW_INFORMATION
public static final RuleFailureCode INCORRECT_FLOW_INFORMATION
-
-
Method Detail
-
fromInt
public static RuleFailureCode fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-