Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.TimeQuotaType
-
Packages that use TimeQuotaType 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 TimeQuotaType in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 declared as TimeQuotaType Modifier and Type Field Description static TimeQuotaType
TimeQuotaType. CONTINUOUS_TIME_PERIOD
static TimeQuotaType
TimeQuotaType. DISCRETE_TIME_PERIOD
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return TimeQuotaType Modifier and Type Method Description static TimeQuotaType
TimeQuotaType. fromInt(int type)
TimeQuotaType
TimeQuotaMechanism. getTimeQuotaType()
Returns the value of the Time-Quota-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type TimeQuotaType Modifier and Type Method Description void
TimeQuotaMechanism. setTimeQuotaType(TimeQuotaType timeQuotaType)
Sets the value of the Time-Quota-Type AVP, of type Enumerated. -
Uses of TimeQuotaType in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 with parameters of type TimeQuotaType Modifier and Type Method Description TimeQuotaMechanism
MessageFactory. createTimeQuotaMechanism(TimeQuotaType timeQuotaType, long baseTimeInterval)
Create a TimeQuotaMechanism (Grouped AVP) instance using required AVP values.
-