public static enum ReportMetricsRequest.ReportType extends java.lang.Enum<ReportMetricsRequest.ReportType>
Enum Constant and Description |
---|
COMMIT_REPORT |
SCAN_REPORT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ReportMetricsRequest.ReportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportMetricsRequest.ReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportMetricsRequest.ReportType UNKNOWN
public static final ReportMetricsRequest.ReportType SCAN_REPORT
public static final ReportMetricsRequest.ReportType COMMIT_REPORT
public static ReportMetricsRequest.ReportType[] values()
for (ReportMetricsRequest.ReportType c : ReportMetricsRequest.ReportType.values()) System.out.println(c);
public static ReportMetricsRequest.ReportType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null