public static enum GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod extends Enum<GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod> implements BmcEnum
How far back the API will search for begin and end exec id. Unused if neither exec ids nor time filter query params are supplied. This is applicable only for Auto SQL Tuning tasks.
Enum Constant and Description |
---|
All |
Last24Hr |
Last31Day |
Last7Day |
SinceLast |
Modifier and Type | Method and Description |
---|---|
static GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod |
create(String key) |
String |
getValue() |
static GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod Last24Hr
public static final GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod Last7Day
public static final GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod Last31Day
public static final GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod SinceLast
public static final GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod All
public static GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod[] values()
for (GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod c : GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod.values()) System.out.println(c);
public static GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static GetSqlTuningAdvisorTaskSummaryReportRequest.SearchPeriod create(String key)
Copyright © 2016–2023. All rights reserved.