Class AocRequestType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.v960.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_ONLYstatic int_AOC_FULLstatic int_AOC_NOT_REQUESTEDstatic int_AOC_TARIFF_ONLYstatic AocRequestTypeAOC_COST_ONLYstatic AocRequestTypeAOC_FULLstatic AocRequestTypeAOC_NOT_REQUESTEDstatic AocRequestTypeAOC_TARIFF_ONLY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AocRequestTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-