Class AocRequestType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.AocRequestType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class AocRequestType extends Object implements Serializable, Enumerated
Java class to represent the AocRequestType enumerated type. Documentation from the relevant specification: The AoC-Request-Type AVP (AVP code 2055 is of type enumerated and tags if the client is looking for AoCI in conjunction to the Request-Type and Request-Action AVPs.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_AOC_COST_ONLY
static int
_AOC_FULL
static int
_AOC_NOT_REQUESTED
static int
_AOC_TARIFF_ONLY
static AocRequestType
AOC_COST_ONLY
static AocRequestType
AOC_FULL
static AocRequestType
AOC_NOT_REQUESTED
static AocRequestType
AOC_TARIFF_ONLY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AocRequestType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_AOC_NOT_REQUESTED
public static final int _AOC_NOT_REQUESTED
- See Also:
- Constant Field Values
-
_AOC_FULL
public static final int _AOC_FULL
- See Also:
- Constant Field Values
-
_AOC_COST_ONLY
public static final int _AOC_COST_ONLY
- See Also:
- Constant Field Values
-
_AOC_TARIFF_ONLY
public static final int _AOC_TARIFF_ONLY
- See Also:
- Constant Field Values
-
AOC_NOT_REQUESTED
public static final AocRequestType AOC_NOT_REQUESTED
-
AOC_FULL
public static final AocRequestType AOC_FULL
-
AOC_COST_ONLY
public static final AocRequestType AOC_COST_ONLY
-
AOC_TARIFF_ONLY
public static final AocRequestType AOC_TARIFF_ONLY
-
-
Method Detail
-
fromInt
public static AocRequestType 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
-
-