Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsLabelView.Priority |
LogAnalyticsLabelView.Priority.create(String key) |
LogAnalyticsLabelView.Priority |
LogAnalyticsLabelView.getPriority()
The label priority.
|
static LogAnalyticsLabelView.Priority |
LogAnalyticsLabelView.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAnalyticsLabelView.Priority[] |
LogAnalyticsLabelView.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LogAnalyticsLabelView.Builder |
LogAnalyticsLabelView.Builder.priority(LogAnalyticsLabelView.Priority priority)
The label priority.
|
Constructor and Description |
---|
LogAnalyticsLabelView(List<LogAnalyticsLabelAlias> aliases,
Long countUsageInAlertRule,
Long countUsageInSource,
Object id,
Long suggestType,
String description,
String displayName,
Long editVersion,
String impact,
Boolean isSystem,
String name,
LogAnalyticsLabelView.Priority priority,
String recommendation,
Long type,
Boolean isUserDeleted)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.