Class LowBalanceIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.vb80.LowBalanceIndication
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class LowBalanceIndication extends Object implements Serializable, Enumerated
Java class to represent the LowBalanceIndication enumerated type. Documentation from the relevant specification: The Low-Balance-Indication AVP (AVP code 1290) is of type Enumerated and indicates if the subscriber balance went below a designated threshold by its account. This indication can be used to advise the end user about the need to replenish his balance.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_NOT_APPLICABLE
static int
_YES
static LowBalanceIndication
NOT_APPLICABLE
static LowBalanceIndication
YES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LowBalanceIndication
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NOT_APPLICABLE
public static final int _NOT_APPLICABLE
- See Also:
- Constant Field Values
-
_YES
public static final int _YES
- See Also:
- Constant Field Values
-
NOT_APPLICABLE
public static final LowBalanceIndication NOT_APPLICABLE
-
YES
public static final LowBalanceIndication YES
-
-
Method Detail
-
fromInt
public static LowBalanceIndication fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-