Uses of Interface
org.jainslee.resources.diameter.ro.types.vb80.AccumulatedCost
-
Packages that use AccumulatedCost Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v11.8.0.org.jainslee.resources.diameter.ro.vb80 -
-
Uses of AccumulatedCost in org.jainslee.resources.diameter.ro.types.vb80
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return AccumulatedCost Modifier and Type Method Description AccumulatedCostAocCostInformation. getAccumulatedCost()Returns the value of the Accumulated-Cost AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type AccumulatedCost Modifier and Type Method Description voidAocCostInformation. setAccumulatedCost(AccumulatedCost accumulatedCost)Sets the value of the Accumulated-Cost AVP, of type Grouped. -
Uses of AccumulatedCost in org.jainslee.resources.diameter.ro.vb80
Methods in org.jainslee.resources.diameter.ro.vb80 that return AccumulatedCost Modifier and Type Method Description AccumulatedCostMessageFactory. createAccumulatedCost()Create an empty AccumulatedCost (Grouped AVP) instance.AccumulatedCostMessageFactory. createAccumulatedCost(long valueDigits)Create a AccumulatedCost (Grouped AVP) instance using required AVP values.
-