Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static AlertLogSummary.MessageLevel |
AlertLogSummary.MessageLevel.create(String key) |
AlertLogSummary.MessageLevel |
AlertLogSummary.getMessageLevel()
The level of the alert log.
|
static AlertLogSummary.MessageLevel |
AlertLogSummary.MessageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertLogSummary.MessageLevel[] |
AlertLogSummary.MessageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AlertLogSummary.Builder |
AlertLogSummary.Builder.messageLevel(AlertLogSummary.MessageLevel messageLevel)
The level of the alert log.
|
Constructor and Description |
---|
AlertLogSummary(AlertLogSummary.MessageLevel messageLevel,
AlertLogSummary.MessageType messageType,
String messageContent,
Date timestamp,
String supplementalDetail,
String fileLocation)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.