Class CsgInformationReporting
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.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 charging domain.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_CHANGE_CSG_CELLstatic int_CHANGE_CSG_SUBSCRIBED_HYBRID_CELLstatic int_CHANGE_CSG_UNSUBSCRIBED_HYBRID_CELLstatic CsgInformationReportingCHANGE_CSG_CELLstatic CsgInformationReportingCHANGE_CSG_SUBSCRIBED_HYBRID_CELLstatic CsgInformationReportingCHANGE_CSG_UNSUBSCRIBED_HYBRID_CELL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CsgInformationReportingfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-