Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static AlertLogSummary.MessageType |
AlertLogSummary.MessageType.create(String key) |
AlertLogSummary.MessageType |
AlertLogSummary.getMessageType()
The type of alert log message.
|
static AlertLogSummary.MessageType |
AlertLogSummary.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertLogSummary.MessageType[] |
AlertLogSummary.MessageType.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.messageType(AlertLogSummary.MessageType messageType)
The type of alert log message.
|
Constructor and Description |
---|
AlertLogSummary(AlertLogSummary.MessageLevel messageLevel,
AlertLogSummary.MessageType messageType,
String messageContent,
Date timestamp,
String supplementalDetail,
String fileLocation)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.