Class UsageMonitoringReport
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.UsageMonitoringReport
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class UsageMonitoringReport extends Object implements Serializable, Enumerated
Java class to represent the UsageMonitoringReport enumerated type. Documentation from the relevant specification: The Usage-Monitoring-Report AVP (AVP code 1069) is of type Enumerated and is used by the PCRF to indicate that accumulated usage is to be reported by the PCEF regardless of whether a usage threshold is reached for certain usage monitoring key (within a Usage-Monitoring-Information AVP) .- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_USAGE_MONITORING_REPORT_REQUIRED
static UsageMonitoringReport
USAGE_MONITORING_REPORT_REQUIRED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UsageMonitoringReport
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_USAGE_MONITORING_REPORT_REQUIRED
public static final int _USAGE_MONITORING_REPORT_REQUIRED
- See Also:
- Constant Field Values
-
USAGE_MONITORING_REPORT_REQUIRED
public static final UsageMonitoringReport USAGE_MONITORING_REPORT_REQUIRED
-
-
Method Detail
-
fromInt
public static UsageMonitoringReport 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
-
-