Uses of Interface
org.jainslee.resources.diameter.rf.types.vcb0.ConditionalApnAggregateMaxBitrate
-
Packages that use ConditionalApnAggregateMaxBitrate Package Description org.jainslee.resources.diameter.rf.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.rf.vcb0 -
-
Uses of ConditionalApnAggregateMaxBitrate in org.jainslee.resources.diameter.rf.types.vcb0
Methods in org.jainslee.resources.diameter.rf.types.vcb0 that return ConditionalApnAggregateMaxBitrate Modifier and Type Method Description ConditionalApnAggregateMaxBitrate[]
QosInformation. getConditionalApnAggregateMaxBitrates()
Returns the set of Conditional-APN-Aggregate-Max-Bitrate AVPs.Methods in org.jainslee.resources.diameter.rf.types.vcb0 with parameters of type ConditionalApnAggregateMaxBitrate Modifier and Type Method Description void
QosInformation. setConditionalApnAggregateMaxBitrate(ConditionalApnAggregateMaxBitrate conditionalApnAggregateMaxBitrate)
Sets a single Conditional-APN-Aggregate-Max-Bitrate AVP in the QoS-Information AVP, of type Grouped.void
QosInformation. setConditionalApnAggregateMaxBitrates(ConditionalApnAggregateMaxBitrate[] conditionalApnAggregateMaxBitrates)
Sets the set of Conditional-APN-Aggregate-Max-Bitrate AVPs, with all the values in the given array. -
Uses of ConditionalApnAggregateMaxBitrate in org.jainslee.resources.diameter.rf.vcb0
Methods in org.jainslee.resources.diameter.rf.vcb0 that return ConditionalApnAggregateMaxBitrate Modifier and Type Method Description ConditionalApnAggregateMaxBitrate
MessageFactory. createConditionalApnAggregateMaxBitrate()
Create an empty ConditionalApnAggregateMaxBitrate (Grouped AVP) instance.
-