Class ImsiUnauthenticatedFlag
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.ImsiUnauthenticatedFlag
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ImsiUnauthenticatedFlag extends Object implements Serializable, Enumerated
Java class to represent the ImsiUnauthenticatedFlag enumerated type. Documentation from the relevant specification: The IMSI-Unauthenticated-Flag AVP (AVP code 2308) is of type Enumerated, and indicates the served IMSI is not authenticated. This may occur when emergency bearer service is provided (refer to TS 23.060 [74] and TS 29.274 [91]). If this flag is not present, this means the served IMSI is authenticated.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_AUTHENTICATED
static int
_UNAUTHENTICATED
static ImsiUnauthenticatedFlag
AUTHENTICATED
static ImsiUnauthenticatedFlag
UNAUTHENTICATED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImsiUnauthenticatedFlag
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_AUTHENTICATED
public static final int _AUTHENTICATED
- See Also:
- Constant Field Values
-
_UNAUTHENTICATED
public static final int _UNAUTHENTICATED
- See Also:
- Constant Field Values
-
AUTHENTICATED
public static final ImsiUnauthenticatedFlag AUTHENTICATED
-
UNAUTHENTICATED
public static final ImsiUnauthenticatedFlag UNAUTHENTICATED
-
-
Method Detail
-
fromInt
public static ImsiUnauthenticatedFlag 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
-
-