Class SgwChange

  • All Implemented Interfaces:
    Serializable, Enumerated

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

    Documentation from the relevant specification:

    The SGW-Change AVP (AVP Code 2065) is of type Enumerated, and indicates this is the first Accounting Request (ACR)[Start] due to S-GW change. If this AVP is not present, this means this ACR [Start] is not due to SGW change.

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

      • _ACR_START_NOT_DUE_TO_SGW_CHANGE

        public static final int _ACR_START_NOT_DUE_TO_SGW_CHANGE
        See Also:
        Constant Field Values
      • _ACR_START_DUE_TO_SGW_CHANGE

        public static final int _ACR_START_DUE_TO_SGW_CHANGE
        See Also:
        Constant Field Values
      • ACR_START_NOT_DUE_TO_SGW_CHANGE

        public static final SgwChange ACR_START_NOT_DUE_TO_SGW_CHANGE
      • ACR_START_DUE_TO_SGW_CHANGE

        public static final SgwChange ACR_START_DUE_TO_SGW_CHANGE
    • Method Detail

      • fromInt

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