Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static AttentionLogSummary.MessageUrgency |
AttentionLogSummary.MessageUrgency.create(String key) |
AttentionLogSummary.MessageUrgency |
AttentionLogSummary.getMessageUrgency()
The urgency of the attention log.
|
static AttentionLogSummary.MessageUrgency |
AttentionLogSummary.MessageUrgency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttentionLogSummary.MessageUrgency[] |
AttentionLogSummary.MessageUrgency.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.messageUrgency(AttentionLogSummary.MessageUrgency messageUrgency)
The urgency of the attention log.
|
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–2024. All rights reserved.