Uses of Class
com.oracle.bmc.databasemanagement.model.AlertLogSummary.MessageType
-
Packages that use AlertLogSummary.MessageType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AlertLogSummary.MessageType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AlertLogSummary.MessageType Modifier and Type Method 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.Methods in com.oracle.bmc.databasemanagement.model with parameters of type AlertLogSummary.MessageType Modifier and Type Method Description AlertLogSummary.Builder
AlertLogSummary.Builder. messageType(AlertLogSummary.MessageType messageType)
The type of alert log message.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type AlertLogSummary.MessageType Constructor Description AlertLogSummary(AlertLogSummary.MessageLevel messageLevel, AlertLogSummary.MessageType messageType, String messageContent, Date timestamp, String supplementalDetail, String fileLocation)
Deprecated.
-