Class OneTimeNotification
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.va10.OneTimeNotification
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class OneTimeNotification extends Object implements Serializable, Enumerated
Java class to represent the OneTimeNotification enumerated type. Documentation from the relevant specification: The One-Time-Notification AVP is of type Enumerated. If present it indicates that the sender requests to be notified only one time. After the notification, the HSS shall remove the subscription- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ONE_TIME_NOTIFICATION_REQUESTED
static OneTimeNotification
ONE_TIME_NOTIFICATION_REQUESTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OneTimeNotification
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ONE_TIME_NOTIFICATION_REQUESTED
public static final int _ONE_TIME_NOTIFICATION_REQUESTED
- See Also:
- Constant Field Values
-
ONE_TIME_NOTIFICATION_REQUESTED
public static final OneTimeNotification ONE_TIME_NOTIFICATION_REQUESTED
-
-
Method Detail
-
fromInt
public static OneTimeNotification 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
-
-