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