Uses of Interface
org.jainslee.resources.diameter.rf.types.v8d0.TimeQuotaMechanism
-
Packages that use TimeQuotaMechanism Package Description org.jainslee.resources.diameter.rf.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
org.jainslee.resources.diameter.rf.v8d0 -
-
Uses of TimeQuotaMechanism in org.jainslee.resources.diameter.rf.types.v8d0
Methods in org.jainslee.resources.diameter.rf.types.v8d0 that return TimeQuotaMechanism Modifier and Type Method Description TimeQuotaMechanism
OfflineCharging. getTimeQuotaMechanism()
Returns the value of the Time-Quota-Mechanism AVP, of type Grouped.Methods in org.jainslee.resources.diameter.rf.types.v8d0 with parameters of type TimeQuotaMechanism Modifier and Type Method Description 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.rf.v8d0
Methods in org.jainslee.resources.diameter.rf.v8d0 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.
-