public static enum ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum extends Enum<ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum.Adapter |
| Enum Constant and Description |
|---|
CANCEL |
EXECUTING |
FAILURE |
FINISH |
PENDING |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="cancel") public static final ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum CANCEL
@SerializedName(value="executing") public static final ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum EXECUTING
@SerializedName(value="failure") public static final ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum FAILURE
@SerializedName(value="finish") public static final ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum FINISH
@SerializedName(value="pending") public static final ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum PENDING
public static ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum[] values()
for (ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum c : ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum.values()) System.out.println(c);
public static ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum>public static ScheduleTasksInfoForDescribeScheduleEventsOutput.StatusEnum fromValue(String input)
Copyright © 2026. All rights reserved.