Class LowBalanceIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_APPLICABLEstatic int_YESstatic LowBalanceIndicationNOT_APPLICABLEstatic LowBalanceIndicationYES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LowBalanceIndicationfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-