Class ReportingLevel
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.ReportingLevel
-
- All Implemented Interfaces:
Serializable,Enumerated
public class ReportingLevel extends Object implements Serializable, Enumerated
Java class to represent the ReportingLevel enumerated type. Documentation from the relevant specification: The Reporting-Level AVP (AVP code 1011) is of type Enumerated, and it defines on what level the PCEF reports the usage for the related PCC rule.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_RATING_GROUP_LEVELstatic int_SERVICE_IDENTIFIER_LEVELstatic int_SPONSORED_CONNECTIVITY_LEVELstatic ReportingLevelRATING_GROUP_LEVELstatic ReportingLevelSERVICE_IDENTIFIER_LEVELstatic ReportingLevelSPONSORED_CONNECTIVITY_LEVEL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportingLevelfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_SERVICE_IDENTIFIER_LEVEL
public static final int _SERVICE_IDENTIFIER_LEVEL
- See Also:
- Constant Field Values
-
_RATING_GROUP_LEVEL
public static final int _RATING_GROUP_LEVEL
- See Also:
- Constant Field Values
-
_SPONSORED_CONNECTIVITY_LEVEL
public static final int _SPONSORED_CONNECTIVITY_LEVEL
- See Also:
- Constant Field Values
-
SERVICE_IDENTIFIER_LEVEL
public static final ReportingLevel SERVICE_IDENTIFIER_LEVEL
-
RATING_GROUP_LEVEL
public static final ReportingLevel RATING_GROUP_LEVEL
-
SPONSORED_CONNECTIVITY_LEVEL
public static final ReportingLevel SPONSORED_CONNECTIVITY_LEVEL
-
-
Method Detail
-
fromInt
public static ReportingLevel 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
-
-