Uses of Interface
org.jainslee.resources.diameter.ro.types.v8d0.UnitCost
-
Packages that use UnitCost Package Description org.jainslee.resources.diameter.ro.types.v8d0 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v8.13.0.org.jainslee.resources.diameter.ro.v8d0 -
-
Uses of UnitCost in org.jainslee.resources.diameter.ro.types.v8d0
Methods in org.jainslee.resources.diameter.ro.types.v8d0 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.v8d0 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.v8d0
Methods in org.jainslee.resources.diameter.ro.v8d0 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.
-