Uses of Class
com.oracle.bmc.datasafe.model.AlertSummary.OperationStatus
-
Packages that use AlertSummary.OperationStatus Package Description com.oracle.bmc.datasafe.model -
-
Uses of AlertSummary.OperationStatus in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertSummary.OperationStatus Modifier and Type Method Description static AlertSummary.OperationStatus
AlertSummary.OperationStatus. create(String key)
AlertSummary.OperationStatus
AlertSummary. getOperationStatus()
The result of the operation (event) that triggered alert.static AlertSummary.OperationStatus
AlertSummary.OperationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlertSummary.OperationStatus[]
AlertSummary.OperationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type AlertSummary.OperationStatus Modifier and Type Method Description AlertSummary.Builder
AlertSummary.Builder. operationStatus(AlertSummary.OperationStatus operationStatus)
The result of the operation (event) that triggered alert.Constructors in com.oracle.bmc.datasafe.model with parameters of type AlertSummary.OperationStatus Constructor Description AlertSummary(String id, AlertStatus status, String displayName, String description, AlertSeverity severity, Date operationTime, String operation, AlertSummary.OperationStatus operationStatus, List<String> targetIds, List<String> targetNames, String policyId, AlertType alertType, String compartmentId, Date timeCreated, Date timeUpdated, AlertLifecycleState lifecycleState, String alertPolicyRuleKey, String alertPolicyRuleName, Map<String,Map<String,Object>> featureDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-