Uses of Class
org.jainslee.resources.diameter.gx.types.vb90.Offline
-
Packages that use Offline Package Description org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of Offline in org.jainslee.resources.diameter.gx.types.vb90
Fields in org.jainslee.resources.diameter.gx.types.vb90 declared as Offline Modifier and Type Field Description static Offline
Offline. DISABLE_OFFLINE
static Offline
Offline. ENABLE_OFFLINE
Methods in org.jainslee.resources.diameter.gx.types.vb90 that return Offline Modifier and Type Method Description static Offline
Offline. fromInt(int type)
Offline
ChargingRuleDefinition. getOffline()
Returns the value of the Offline AVP, of type Enumerated.Offline
CreditControlAnswer. getOffline()
Returns the value of the Offline AVP, of type Enumerated.Offline
CreditControlRequest. getOffline()
Returns the value of the Offline AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type Offline Modifier and Type Method Description void
ChargingRuleDefinition. setOffline(Offline offline)
Sets the value of the Offline AVP, of type Enumerated.void
CreditControlAnswer. setOffline(Offline offline)
Sets the value of the Offline AVP, of type Enumerated.void
CreditControlRequest. setOffline(Offline offline)
Sets the value of the Offline AVP, of type Enumerated.
-