Class OcReportType
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vcd0.OcReportType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class OcReportType extends Object implements Serializable, Enumerated
Java class to represent the OcReportType enumerated type. Documentation from the relevant specification: The OC-Report-Type AVP (AVP Code 626) is of type Enumerated. The value of the AVP describes what the overload report concerns.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_HOST_REPORT
static int
_REALM_REPORT
static OcReportType
HOST_REPORT
static OcReportType
REALM_REPORT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OcReportType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_HOST_REPORT
public static final int _HOST_REPORT
- See Also:
- Constant Field Values
-
_REALM_REPORT
public static final int _REALM_REPORT
- See Also:
- Constant Field Values
-
HOST_REPORT
public static final OcReportType HOST_REPORT
-
REALM_REPORT
public static final OcReportType REALM_REPORT
-
-
Method Detail
-
fromInt
public static OcReportType 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
-
-