Uses of Interface
org.jainslee.resources.diameter.ro.types.vb80.TimeQuotaMechanism
-
Packages that use TimeQuotaMechanism Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.ro.vb80 -
-
Uses of TimeQuotaMechanism in org.jainslee.resources.diameter.ro.types.vb80
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return TimeQuotaMechanism Modifier and Type Method Description TimeQuotaMechanism
MultipleServicesCreditControl. getTimeQuotaMechanism()
Returns the value of the Time-Quota-Mechanism AVP, of type Grouped.TimeQuotaMechanism
OfflineCharging. getTimeQuotaMechanism()
Returns the value of the Time-Quota-Mechanism AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type TimeQuotaMechanism Modifier and Type Method Description void
MultipleServicesCreditControl. setTimeQuotaMechanism(TimeQuotaMechanism timeQuotaMechanism)
Sets the value of the Time-Quota-Mechanism AVP, of type Grouped.void
OfflineCharging. setTimeQuotaMechanism(TimeQuotaMechanism timeQuotaMechanism)
Sets the value of the Time-Quota-Mechanism AVP, of type Grouped. -
Uses of TimeQuotaMechanism in org.jainslee.resources.diameter.ro.vb80
Methods in org.jainslee.resources.diameter.ro.vb80 that return TimeQuotaMechanism Modifier and Type Method Description TimeQuotaMechanism
MessageFactory. createTimeQuotaMechanism()
Create an empty TimeQuotaMechanism (Grouped AVP) instance.TimeQuotaMechanism
MessageFactory. createTimeQuotaMechanism(TimeQuotaType timeQuotaType, long baseTimeInterval)
Create a TimeQuotaMechanism (Grouped AVP) instance using required AVP values.
-