Class PocEventType

  • All Implemented Interfaces:
    Serializable, Enumerated

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

    Documentation from the relevant specification:

    The PoC-Event-Type AVP (AVP code 2025) is of type Enumerated and indicates PoC session unrelated charging event.

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

      • _INSTANT_PERSONAL_ALERT_EVENT

        public static final int _INSTANT_PERSONAL_ALERT_EVENT
        See Also:
        Constant Field Values
      • _POC_GROUP_ADVERTISMENT_EVENT

        public static final int _POC_GROUP_ADVERTISMENT_EVENT
        See Also:
        Constant Field Values
      • _EARLY_SESSION_SETING_UP_EVENT

        public static final int _EARLY_SESSION_SETING_UP_EVENT
        See Also:
        Constant Field Values
      • INSTANT_PERSONAL_ALERT_EVENT

        public static final PocEventType INSTANT_PERSONAL_ALERT_EVENT
      • POC_GROUP_ADVERTISMENT_EVENT

        public static final PocEventType POC_GROUP_ADVERTISMENT_EVENT
      • EARLY_SESSION_SETING_UP_EVENT

        public static final PocEventType EARLY_SESSION_SETING_UP_EVENT
      • POC_TALK_BURST

        public static final PocEventType POC_TALK_BURST
    • Method Detail

      • fromInt

        public static PocEventType 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