Class QosNegotiation
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.QosNegotiation
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class QosNegotiation extends Object implements Serializable, Enumerated
Java class to represent the QosNegotiation enumerated type. Documentation from the relevant specification: The QoS-Negotiation AVP (AVP code 1029) is of type Enumerated. The value of the AVP indicates for a single PCC rule request if the PCRF is allowed to negotiate the QoS by supplying in the answer to this request an authorized QoS different from the requested QoS.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_NO_QoS_NEGOTIATION
static int
_QoS_NEGOTIATION_SUPPORTED
static QosNegotiation
NO_QoS_NEGOTIATION
static QosNegotiation
QoS_NEGOTIATION_SUPPORTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QosNegotiation
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NO_QoS_NEGOTIATION
public static final int _NO_QoS_NEGOTIATION
- See Also:
- Constant Field Values
-
_QoS_NEGOTIATION_SUPPORTED
public static final int _QoS_NEGOTIATION_SUPPORTED
- See Also:
- Constant Field Values
-
NO_QoS_NEGOTIATION
public static final QosNegotiation NO_QoS_NEGOTIATION
-
QoS_NEGOTIATION_SUPPORTED
public static final QosNegotiation QoS_NEGOTIATION_SUPPORTED
-
-
Method Detail
-
fromInt
public static QosNegotiation 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 interfaceEnumerated
- Returns:
- value
-
-