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_REPORTstatic int_REALM_REPORTstatic OcReportTypeHOST_REPORTstatic OcReportTypeREALM_REPORT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OcReportTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-