Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.UnitCost
-
Packages that use UnitCost Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v12.11.0.org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of UnitCost in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return UnitCost Modifier and Type Method Description UnitCostRateElement. getUnitCost()Returns the value of the Unit-Cost AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type UnitCost Modifier and Type Method Description voidRateElement. setUnitCost(UnitCost unitCost)Sets the value of the Unit-Cost AVP, of type Grouped. -
Uses of UnitCost in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return UnitCost Modifier and Type Method Description UnitCostMessageFactory. createUnitCost()Create an empty UnitCost (Grouped AVP) instance.UnitCostMessageFactory. createUnitCost(long valueDigits)Create a UnitCost (Grouped AVP) instance using required AVP values.
-