Class ReportInterval
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.ReportInterval
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ReportInterval extends Object implements Serializable, Enumerated
Java class to represent the ReportInterval enumerated type. Documentation from the relevant specification: This parameter is mandatory if the Reporting trigger is configured for Periodic measurements and the jobtype is configured for Immediate MDT. The parameter indicates the interval between the periodical measurements to be taken when UE is in connected.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportInterval
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_UMTS_250_MS
public static final int _UMTS_250_MS
- See Also:
- Constant Field Values
-
_UMTS_500_MS
public static final int _UMTS_500_MS
- See Also:
- Constant Field Values
-
_UMTS_1000_MS
public static final int _UMTS_1000_MS
- See Also:
- Constant Field Values
-
_UMTS_2000_MS
public static final int _UMTS_2000_MS
- See Also:
- Constant Field Values
-
_UMTS_3000_MS
public static final int _UMTS_3000_MS
- See Also:
- Constant Field Values
-
_UMTS_4000_MS
public static final int _UMTS_4000_MS
- See Also:
- Constant Field Values
-
_UMTS_6000_MS
public static final int _UMTS_6000_MS
- See Also:
- Constant Field Values
-
_UMTS_8000_MS
public static final int _UMTS_8000_MS
- See Also:
- Constant Field Values
-
_UMTS_12000_MS
public static final int _UMTS_12000_MS
- See Also:
- Constant Field Values
-
_UMTS_16000_MS
public static final int _UMTS_16000_MS
- See Also:
- Constant Field Values
-
_UMTS_20000_MS
public static final int _UMTS_20000_MS
- See Also:
- Constant Field Values
-
_UMTS_24000_MS
public static final int _UMTS_24000_MS
- See Also:
- Constant Field Values
-
_UMTS_28000_MS
public static final int _UMTS_28000_MS
- See Also:
- Constant Field Values
-
_UMTS_32000_MS
public static final int _UMTS_32000_MS
- See Also:
- Constant Field Values
-
_UMTS_64000_MS
public static final int _UMTS_64000_MS
- See Also:
- Constant Field Values
-
_LTE_120_MS
public static final int _LTE_120_MS
- See Also:
- Constant Field Values
-
_LTE_240_MS
public static final int _LTE_240_MS
- See Also:
- Constant Field Values
-
_LTE_480_MS
public static final int _LTE_480_MS
- See Also:
- Constant Field Values
-
_LTE_640_MS
public static final int _LTE_640_MS
- See Also:
- Constant Field Values
-
_LTE_1024_MS
public static final int _LTE_1024_MS
- See Also:
- Constant Field Values
-
_LTE_2048_MS
public static final int _LTE_2048_MS
- See Also:
- Constant Field Values
-
_LTE_5120_MS
public static final int _LTE_5120_MS
- See Also:
- Constant Field Values
-
_LTE_10240_MS
public static final int _LTE_10240_MS
- See Also:
- Constant Field Values
-
_LTE_1_MIN
public static final int _LTE_1_MIN
- See Also:
- Constant Field Values
-
_LTE_6_MIN
public static final int _LTE_6_MIN
- See Also:
- Constant Field Values
-
_LTE_12_MIN
public static final int _LTE_12_MIN
- See Also:
- Constant Field Values
-
_LTE_30_MIN
public static final int _LTE_30_MIN
- See Also:
- Constant Field Values
-
_LTE_60_MIN
public static final int _LTE_60_MIN
- See Also:
- Constant Field Values
-
UMTS_250_MS
public static final ReportInterval UMTS_250_MS
-
UMTS_500_MS
public static final ReportInterval UMTS_500_MS
-
UMTS_1000_MS
public static final ReportInterval UMTS_1000_MS
-
UMTS_2000_MS
public static final ReportInterval UMTS_2000_MS
-
UMTS_3000_MS
public static final ReportInterval UMTS_3000_MS
-
UMTS_4000_MS
public static final ReportInterval UMTS_4000_MS
-
UMTS_6000_MS
public static final ReportInterval UMTS_6000_MS
-
UMTS_8000_MS
public static final ReportInterval UMTS_8000_MS
-
UMTS_12000_MS
public static final ReportInterval UMTS_12000_MS
-
UMTS_16000_MS
public static final ReportInterval UMTS_16000_MS
-
UMTS_20000_MS
public static final ReportInterval UMTS_20000_MS
-
UMTS_24000_MS
public static final ReportInterval UMTS_24000_MS
-
UMTS_28000_MS
public static final ReportInterval UMTS_28000_MS
-
UMTS_32000_MS
public static final ReportInterval UMTS_32000_MS
-
UMTS_64000_MS
public static final ReportInterval UMTS_64000_MS
-
LTE_120_MS
public static final ReportInterval LTE_120_MS
-
LTE_240_MS
public static final ReportInterval LTE_240_MS
-
LTE_480_MS
public static final ReportInterval LTE_480_MS
-
LTE_640_MS
public static final ReportInterval LTE_640_MS
-
LTE_1024_MS
public static final ReportInterval LTE_1024_MS
-
LTE_2048_MS
public static final ReportInterval LTE_2048_MS
-
LTE_5120_MS
public static final ReportInterval LTE_5120_MS
-
LTE_10240_MS
public static final ReportInterval LTE_10240_MS
-
LTE_1_MIN
public static final ReportInterval LTE_1_MIN
-
LTE_6_MIN
public static final ReportInterval LTE_6_MIN
-
LTE_12_MIN
public static final ReportInterval LTE_12_MIN
-
LTE_30_MIN
public static final ReportInterval LTE_30_MIN
-
LTE_60_MIN
public static final ReportInterval LTE_60_MIN
-
-
Method Detail
-
fromInt
public static ReportInterval 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
-
-