Class Status

  • All Implemented Interfaces:
    Serializable, Enumerated

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

    Documentation from the relevant specification:

    The Status AVP (AVP Code 2702) is of type Enumerated and only present to specify abnormal response code, e.g, 4xx, 5xx or Timeout, etc for specific AS when it responds abnormally to S-CSCF. If AS responds SIP_200ok, this AVP isn�t present in Application-Server-Information.

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

      • fromInt

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