Class OnlineChargingFlag
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.OnlineChargingFlag
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class OnlineChargingFlag extends Object implements Serializable, Enumerated
Java class to represent the OnlineChargingFlag enumerated type. Documentation from the relevant specification: The Online-Charging-Flag AVP (AVP code 2303) is of type Enumerated and indicates the Online Charging Request was sent based on the provided ECF address from the SIP P-header “P-Charging-Function-Addresses”. It has the following values:- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ECF_ADDRESS_NOT_PROVIDED
static int
_ECF_ADDRESS_PROVIDED
static OnlineChargingFlag
ECF_ADDRESS_NOT_PROVIDED
static OnlineChargingFlag
ECF_ADDRESS_PROVIDED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OnlineChargingFlag
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ECF_ADDRESS_NOT_PROVIDED
public static final int _ECF_ADDRESS_NOT_PROVIDED
- See Also:
- Constant Field Values
-
_ECF_ADDRESS_PROVIDED
public static final int _ECF_ADDRESS_PROVIDED
- See Also:
- Constant Field Values
-
ECF_ADDRESS_NOT_PROVIDED
public static final OnlineChargingFlag ECF_ADDRESS_NOT_PROVIDED
-
ECF_ADDRESS_PROVIDED
public static final OnlineChargingFlag ECF_ADDRESS_PROVIDED
-
-
Method Detail
-
fromInt
public static OnlineChargingFlag 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
-
-