Class CsgInformationReporting
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.CsgInformationReporting
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class CsgInformationReporting extends Object implements Serializable, Enumerated
Java class to represent the CsgInformationReporting enumerated type. Documentation from the relevant specification: The CSG-Information-Reporting AVP (AVP code 1071) is of type Enumerated, it is sent from the PCRF to the PCEF to request the PCEF to report the user CSG information change to the OCS.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CHANGE_CSG_CELL
static int
_CHANGE_CSG_SUBSCRIBED_HYBRID_CELL
static int
_CHANGE_CSG_UNSUBSCRIBED_HYBRID_CELL
static CsgInformationReporting
CHANGE_CSG_CELL
static CsgInformationReporting
CHANGE_CSG_SUBSCRIBED_HYBRID_CELL
static CsgInformationReporting
CHANGE_CSG_UNSUBSCRIBED_HYBRID_CELL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CsgInformationReporting
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_CHANGE_CSG_CELL
public static final int _CHANGE_CSG_CELL
- See Also:
- Constant Field Values
-
_CHANGE_CSG_SUBSCRIBED_HYBRID_CELL
public static final int _CHANGE_CSG_SUBSCRIBED_HYBRID_CELL
- See Also:
- Constant Field Values
-
_CHANGE_CSG_UNSUBSCRIBED_HYBRID_CELL
public static final int _CHANGE_CSG_UNSUBSCRIBED_HYBRID_CELL
- See Also:
- Constant Field Values
-
CHANGE_CSG_CELL
public static final CsgInformationReporting CHANGE_CSG_CELL
-
CHANGE_CSG_SUBSCRIBED_HYBRID_CELL
public static final CsgInformationReporting CHANGE_CSG_SUBSCRIBED_HYBRID_CELL
-
CHANGE_CSG_UNSUBSCRIBED_HYBRID_CELL
public static final CsgInformationReporting CHANGE_CSG_UNSUBSCRIBED_HYBRID_CELL
-
-
Method Detail
-
fromInt
public static CsgInformationReporting fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-