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