Class SgwChange
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.vb80.SgwChange
-
- All Implemented Interfaces:
Serializable,Enumerated
public class SgwChange extends Object implements Serializable, Enumerated
Java class to represent the SgwChange enumerated type. Documentation from the relevant specification: The SGW-Change AVP (AVP Code 2065) is of type Enumerated, and indicates this is the first Accounting Request (ACR)[Start] due to S-GW change. If this AVP is not present, this means this ACR [Start] is not due to SGW change.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_ACR_START_DUE_TO_SGW_CHANGEstatic int_ACR_START_NOT_DUE_TO_SGW_CHANGEstatic SgwChangeACR_START_DUE_TO_SGW_CHANGEstatic SgwChangeACR_START_NOT_DUE_TO_SGW_CHANGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SgwChangefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_ACR_START_NOT_DUE_TO_SGW_CHANGE
public static final int _ACR_START_NOT_DUE_TO_SGW_CHANGE
- See Also:
- Constant Field Values
-
_ACR_START_DUE_TO_SGW_CHANGE
public static final int _ACR_START_DUE_TO_SGW_CHANGE
- See Also:
- Constant Field Values
-
ACR_START_NOT_DUE_TO_SGW_CHANGE
public static final SgwChange ACR_START_NOT_DUE_TO_SGW_CHANGE
-
ACR_START_DUE_TO_SGW_CHANGE
public static final SgwChange ACR_START_DUE_TO_SGW_CHANGE
-
-
Method Detail
-
fromInt
public static SgwChange 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
-
-