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