Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.TariffInformation
-
Packages that use TariffInformation Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.rf.vb80 -
-
Uses of TariffInformation in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return TariffInformation Modifier and Type Method Description TariffInformation
AocInformation. getTariffInformation()
Returns the value of the Tariff-Information AVP, of type Grouped.TariffInformation
RealTimeTariffInformation. getTariffInformation()
Returns the value of the Tariff-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type TariffInformation Modifier and Type Method Description void
AocInformation. setTariffInformation(TariffInformation tariffInformation)
Sets the value of the Tariff-Information AVP, of type Grouped.void
RealTimeTariffInformation. setTariffInformation(TariffInformation tariffInformation)
Sets the value of the Tariff-Information AVP, of type Grouped. -
Uses of TariffInformation in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return TariffInformation Modifier and Type Method Description TariffInformation
MessageFactory. createTariffInformation()
Create an empty TariffInformation (Grouped AVP) instance.TariffInformation
MessageFactory. createTariffInformation(CurrentTariff currentTariff)
Create a TariffInformation (Grouped AVP) instance using required AVP values.
-