Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static ScheduledTaskSummary.TaskStatus |
ScheduledTaskSummary.TaskStatus.create(String key) |
ScheduledTaskSummary.TaskStatus |
ScheduledTaskSummary.getTaskStatus()
Status of the scheduled task.
|
static ScheduledTaskSummary.TaskStatus |
ScheduledTaskSummary.TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledTaskSummary.TaskStatus[] |
ScheduledTaskSummary.TaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScheduledTaskSummary.Builder |
ScheduledTaskSummary.Builder.taskStatus(ScheduledTaskSummary.TaskStatus taskStatus)
Status of the scheduled task.
|
Constructor and Description |
---|
ScheduledTaskSummary(String id,
TaskType taskType,
String targetService,
String compartmentId,
Date timeCreated,
Date timeUpdated,
ScheduledTask.LifecycleState lifecycleState,
ScheduledTaskSummary.TaskStatus taskStatus,
ScheduledTask.PauseReason pauseReason,
String workRequestId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ScheduledTaskSummary.LastExecutionStatus lastExecutionStatus,
Date timeLastExecuted)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.