@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public enum PerformanceTuningAnalysisResultSortBy extends Enum<PerformanceTuningAnalysisResultSortBy> implements BmcEnum
The field used to sort performance tuning analysis reports.
Enum Constant and Description |
---|
ManagedInstanceId |
TimeCreated |
WarningCount |
WorkRequestId |
Modifier and Type | Method and Description |
---|---|
static PerformanceTuningAnalysisResultSortBy |
create(String key) |
String |
getValue() |
static PerformanceTuningAnalysisResultSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceTuningAnalysisResultSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerformanceTuningAnalysisResultSortBy TimeCreated
public static final PerformanceTuningAnalysisResultSortBy ManagedInstanceId
public static final PerformanceTuningAnalysisResultSortBy WorkRequestId
public static final PerformanceTuningAnalysisResultSortBy WarningCount
public static PerformanceTuningAnalysisResultSortBy[] values()
for (PerformanceTuningAnalysisResultSortBy c : PerformanceTuningAnalysisResultSortBy.values()) System.out.println(c);
public static PerformanceTuningAnalysisResultSortBy 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 PerformanceTuningAnalysisResultSortBy create(String key)
Copyright © 2016–2024. All rights reserved.