Uses of Class
com.oracle.bmc.loganalytics.model.RuleSummary.LastExecutionStatus
-
Packages that use RuleSummary.LastExecutionStatus Package Description com.oracle.bmc.loganalytics.model -
-
Uses of RuleSummary.LastExecutionStatus in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RuleSummary.LastExecutionStatus Modifier and Type Method Description static RuleSummary.LastExecutionStatus
RuleSummary.LastExecutionStatus. create(String key)
RuleSummary.LastExecutionStatus
RuleSummary. getLastExecutionStatus()
The most recent task execution status.static RuleSummary.LastExecutionStatus
RuleSummary.LastExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuleSummary.LastExecutionStatus[]
RuleSummary.LastExecutionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type RuleSummary.LastExecutionStatus Modifier and Type Method Description RuleSummary.Builder
RuleSummary.Builder. lastExecutionStatus(RuleSummary.LastExecutionStatus lastExecutionStatus)
The most recent task execution status.Constructors in com.oracle.bmc.loganalytics.model with parameters of type RuleSummary.LastExecutionStatus Constructor Description RuleSummary(String id, String description, String compartmentId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ConfigLifecycleState lifecycleState, RuleKind kind, String targetService, String displayName, Boolean isEnabled, RuleSummary.LastExecutionStatus lastExecutionStatus, Date timeLastExecuted)
Deprecated.
-