Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.TimeQuotaType
-
Packages that use TimeQuotaType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of TimeQuotaType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 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.ro.types.vcb0 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.ro.types.vcb0 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.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 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.
-