Class QosNegotiation
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vcd0.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_NEGOTIATIONstatic int_QoS_NEGOTIATION_SUPPORTEDstatic QosNegotiationNO_QoS_NEGOTIATIONstatic QosNegotiationQoS_NEGOTIATION_SUPPORTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QosNegotiationfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-