Uses of Class
org.jainslee.resources.diameter.ro.types.v820.LowBalanceIndication
-
Packages that use LowBalanceIndication Package Description org.jainslee.resources.diameter.ro.types.v820 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.2.0.
-
-
Uses of LowBalanceIndication in org.jainslee.resources.diameter.ro.types.v820
Fields in org.jainslee.resources.diameter.ro.types.v820 declared as LowBalanceIndication Modifier and Type Field Description static LowBalanceIndication
LowBalanceIndication. NOT_APPLICABLE
static LowBalanceIndication
LowBalanceIndication. YES
Methods in org.jainslee.resources.diameter.ro.types.v820 that return LowBalanceIndication Modifier and Type Method Description static LowBalanceIndication
LowBalanceIndication. fromInt(int type)
LowBalanceIndication
CreditControlAnswer. getLowBalanceIndication()
Returns the value of the Low-Balance-Indication AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.v820 with parameters of type LowBalanceIndication Modifier and Type Method Description void
CreditControlAnswer. setLowBalanceIndication(LowBalanceIndication lowBalanceIndication)
Sets the value of the Low-Balance-Indication AVP, of type Enumerated.
-