Class MuteNotification
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.MuteNotification
-
- All Implemented Interfaces:
Serializable,Enumerated
public class MuteNotification extends Object implements Serializable, Enumerated
Java class to represent the MuteNotification enumerated type. Documentation from the relevant specification: The Mute-Notification AVP (AVP code 2809) is of type Enumerated, and it is used to mute the notification to the PCRF of the detected application's start/stop for the specific PCC Rule from the PCEF,- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_MUTE_REQUIREDstatic MuteNotificationMUTE_REQUIRED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MuteNotificationfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_MUTE_REQUIRED
public static final int _MUTE_REQUIRED
- See Also:
- Constant Field Values
-
MUTE_REQUIRED
public static final MuteNotification MUTE_REQUIRED
-
-
Method Detail
-
fromInt
public static MuteNotification 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
-
-