Uses of Class
org.jainslee.resources.diameter.gx.types.vcd0.Offline
-
Packages that use Offline Package Description org.jainslee.resources.diameter.gx.types.vcd0 -
-
Uses of Offline in org.jainslee.resources.diameter.gx.types.vcd0
Fields in org.jainslee.resources.diameter.gx.types.vcd0 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.vcd0 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.vcd0 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.
-