Uses of Interface
org.jainslee.resources.diameter.gx.types.vcd0.QosInformation
-
Packages that use QosInformation Package Description org.jainslee.resources.diameter.gx.types.vcd0 org.jainslee.resources.diameter.gx.vcd0 -
-
Uses of QosInformation in org.jainslee.resources.diameter.gx.types.vcd0
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return QosInformation Modifier and Type Method Description QosInformationChargingRuleDefinition. getQosInformation()Returns the value of the QoS-Information AVP, of type Grouped.QosInformationCreditControlRequest. getQosInformation()Returns the value of the QoS-Information AVP, of type Grouped.QosInformationEventReportIndication. getQosInformation()Returns the value of the QoS-Information AVP, of type Grouped.QosInformation[]CreditControlAnswer. getQosInformations()Returns the set of QoS-Information AVPs.QosInformation[]ReAuthRequest. getQosInformations()Returns the set of QoS-Information AVPs.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type QosInformation Modifier and Type Method Description voidChargingRuleDefinition. setQosInformation(QosInformation qosInformation)Sets the value of the QoS-Information AVP, of type Grouped.voidCreditControlAnswer. setQosInformation(QosInformation qosInformation)Sets a single QoS-Information AVP in the message, of type Grouped.voidCreditControlRequest. setQosInformation(QosInformation qosInformation)Sets the value of the QoS-Information AVP, of type Grouped.voidEventReportIndication. setQosInformation(QosInformation qosInformation)Sets the value of the QoS-Information AVP, of type Grouped.voidReAuthRequest. setQosInformation(QosInformation qosInformation)Sets a single QoS-Information AVP in the message, of type Grouped.voidCreditControlAnswer. setQosInformations(QosInformation[] qosInformations)Sets the set of QoS-Information AVPs, with all the values in the given array.voidReAuthRequest. setQosInformations(QosInformation[] qosInformations)Sets the set of QoS-Information AVPs, with all the values in the given array. -
Uses of QosInformation in org.jainslee.resources.diameter.gx.vcd0
Methods in org.jainslee.resources.diameter.gx.vcd0 that return QosInformation Modifier and Type Method Description QosInformationMessageFactory. createQosInformation()Create an empty QosInformation (Grouped AVP) instance.
-