Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static AttentionLogSummary.MessageType |
AttentionLogSummary.MessageType.create(String key) |
AttentionLogSummary.MessageType |
AttentionLogSummary.getMessageType()
The type of attention log message.
|
static AttentionLogSummary.MessageType |
AttentionLogSummary.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttentionLogSummary.MessageType[] |
AttentionLogSummary.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AttentionLogSummary.Builder |
AttentionLogSummary.Builder.messageType(AttentionLogSummary.MessageType messageType)
The type of attention log message.
|
Constructor and Description |
---|
AttentionLogSummary(AttentionLogSummary.MessageUrgency messageUrgency,
AttentionLogSummary.MessageType messageType,
String messageContent,
Date timestamp,
String scope,
String targetUser,
String cause,
String action,
String supplementalDetail,
String fileLocation)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.