Class EnvelopeReporting

  • All Implemented Interfaces:
    Serializable, Enumerated

    public class EnvelopeReporting
    extends Object
    implements Serializable, Enumerated
    Java class to represent the EnvelopeReporting enumerated type.

    Documentation from the relevant specification:

    This Envelope-Reporting AVP (AVP code 1268) is of type Enumerated and is used in the CCA (INITIAL) to indicate whether the client shall report the start and end of each time envelope, in those cases in which quota is consumed in envelopes. If this AVP is not included in the CCA (INITIAL) then the client shall not report the individual envelopes. If this AVP is included within the Offline-Charging AVP, the value shall dictate the mechanism by which offline charging information is generated.

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

      • _DO_NOT_REPORT_ENVELOPES

        public static final int _DO_NOT_REPORT_ENVELOPES
        See Also:
        Constant Field Values
      • _REPORT_ENVELOPES_WITH_VOLUME

        public static final int _REPORT_ENVELOPES_WITH_VOLUME
        See Also:
        Constant Field Values
      • _REPORT_ENVELOPES_WITH_EVENTS

        public static final int _REPORT_ENVELOPES_WITH_EVENTS
        See Also:
        Constant Field Values
      • _REPORT_ENVELOPES_WITH_VOLUME_AND_EVENTS

        public static final int _REPORT_ENVELOPES_WITH_VOLUME_AND_EVENTS
        See Also:
        Constant Field Values
      • DO_NOT_REPORT_ENVELOPES

        public static final EnvelopeReporting DO_NOT_REPORT_ENVELOPES
      • REPORT_ENVELOPES_WITH_VOLUME

        public static final EnvelopeReporting REPORT_ENVELOPES_WITH_VOLUME
      • REPORT_ENVELOPES_WITH_EVENTS

        public static final EnvelopeReporting REPORT_ENVELOPES_WITH_EVENTS
      • REPORT_ENVELOPES_WITH_VOLUME_AND_EVENTS

        public static final EnvelopeReporting REPORT_ENVELOPES_WITH_VOLUME_AND_EVENTS
    • Method Detail

      • 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