Uses of Class
org.jainslee.resources.diameter.gx.types.vcd0.QosNegotiation
-
Packages that use QosNegotiation Package Description org.jainslee.resources.diameter.gx.types.vcd0 -
-
Uses of QosNegotiation in org.jainslee.resources.diameter.gx.types.vcd0
Fields in org.jainslee.resources.diameter.gx.types.vcd0 declared as QosNegotiation Modifier and Type Field Description static QosNegotiation
QosNegotiation. NO_QoS_NEGOTIATION
static QosNegotiation
QosNegotiation. QoS_NEGOTIATION_SUPPORTED
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return QosNegotiation Modifier and Type Method Description static QosNegotiation
QosNegotiation. fromInt(int type)
QosNegotiation
CreditControlRequest. getQosNegotiation()
Returns the value of the QoS-Negotiation AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type QosNegotiation Modifier and Type Method Description void
CreditControlRequest. setQosNegotiation(QosNegotiation qosNegotiation)
Sets the value of the QoS-Negotiation AVP, of type Enumerated.
-