Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.TrafficDataVolumes
-
Packages that use TrafficDataVolumes Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of TrafficDataVolumes in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return TrafficDataVolumes Modifier and Type Method Description TrafficDataVolumes[]
PsInformation. getTrafficDataVolumeses()
Returns the set of Traffic-Data-Volumes AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type TrafficDataVolumes Modifier and Type Method Description void
PsInformation. setTrafficDataVolumes(TrafficDataVolumes trafficDataVolumes)
Sets a single Traffic-Data-Volumes AVP in the PS-Information AVP, of type Grouped.void
PsInformation. setTrafficDataVolumeses(TrafficDataVolumes[] trafficDataVolumeses)
Sets the set of Traffic-Data-Volumes AVPs, with all the values in the given array. -
Uses of TrafficDataVolumes in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return TrafficDataVolumes Modifier and Type Method Description TrafficDataVolumes
MessageFactory. createTrafficDataVolumes()
Create an empty TrafficDataVolumes (Grouped AVP) instance.
-