Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.IncrementalCost
-
Packages that use IncrementalCost 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 IncrementalCost in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return IncrementalCost Modifier and Type Method Description IncrementalCost[]
AocCostInformation. getIncrementalCosts()
Returns the set of Incremental-Cost AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type IncrementalCost Modifier and Type Method Description void
AocCostInformation. setIncrementalCost(IncrementalCost incrementalCost)
Sets a single Incremental-Cost AVP in the AoC-Cost-Information AVP, of type Grouped.void
AocCostInformation. setIncrementalCosts(IncrementalCost[] incrementalCosts)
Sets the set of Incremental-Cost AVPs, with all the values in the given array. -
Uses of IncrementalCost in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return IncrementalCost Modifier and Type Method Description IncrementalCost
MessageFactory. createIncrementalCost()
Create an empty IncrementalCost (Grouped AVP) instance.IncrementalCost
MessageFactory. createIncrementalCost(long valueDigits)
Create a IncrementalCost (Grouped AVP) instance using required AVP values.
-