Class UsageMonitoringReport
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.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.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_USAGE_MONITORING_REPORT_REQUIREDstatic UsageMonitoringReportUSAGE_MONITORING_REPORT_REQUIRED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UsageMonitoringReportfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-