Class 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. The following values are initially defined:

    Author:
    Open Cloud
    See Also:
    Serialized Form
    • Field Detail

      • HOST_REPORT

        public static final OcReportType HOST_REPORT
        The overload report is for a host. Overload abatement treatment applies to host-routed requests.
      • REALM_REPORT

        public static final OcReportType REALM_REPORT
        The overload report is for a realm. Overload abatement treatment applies to realm-routed requests. The values 2-4294967295 are unassigned.
    • 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 interface Enumerated
        Returns:
        value