public static enum ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum extends Enum<ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum.Adapter |
| Enum Constant and Description |
|---|
IMMEDIATE |
MAINTAINTIME |
SPECIFIEDTIME |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Immediate") public static final ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum IMMEDIATE
@SerializedName(value="MaintainTime") public static final ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum MAINTAINTIME
@SerializedName(value="SpecifiedTime") public static final ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum SPECIFIEDTIME
public static ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum[] values()
for (ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum c : ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum.values()) System.out.println(c);
public static ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum 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.ScheduleTypeEnum>public static ScheduleTasksInfoForDescribeScheduleEventsOutput.ScheduleTypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.