Class UsageMonitoringSupport
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.UsageMonitoringSupport
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class UsageMonitoringSupport extends Object implements Serializable, Enumerated
Java class to represent the UsageMonitoringSupport enumerated type. Documentation from the relevant specification: The Usage-Monitoring-Support AVP (AVP code 1070) is of type Enumerated and is used by the PCRF to indicate whether usage monitoring shall be disabled for certain Monitoring Key.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_USAGE_MONITORING_DISABLED
static UsageMonitoringSupport
USAGE_MONITORING_DISABLED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UsageMonitoringSupport
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_USAGE_MONITORING_DISABLED
public static final int _USAGE_MONITORING_DISABLED
- See Also:
- Constant Field Values
-
USAGE_MONITORING_DISABLED
public static final UsageMonitoringSupport USAGE_MONITORING_DISABLED
-
-
Method Detail
-
fromInt
public static UsageMonitoringSupport 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
-
-