Class SgwChange
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.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_CHANGE
static int
_ACR_START_NOT_DUE_TO_SGW_CHANGE
static SgwChange
ACR_START_DUE_TO_SGW_CHANGE
static SgwChange
ACR_START_NOT_DUE_TO_SGW_CHANGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SgwChange
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
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:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-