public static enum TaskForDescribeMountServiceTasksOutput.StatusEnum extends Enum<TaskForDescribeMountServiceTasksOutput.StatusEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskForDescribeMountServiceTasksOutput.StatusEnum.Adapter |
| Enum Constant and Description |
|---|
ABNORMAL |
COMPLETED |
FAILED |
INCOMPLETED |
PENDING |
RUNNING |
| Modifier and Type | Method and Description |
|---|---|
static TaskForDescribeMountServiceTasksOutput.StatusEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static TaskForDescribeMountServiceTasksOutput.StatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskForDescribeMountServiceTasksOutput.StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Pending") public static final TaskForDescribeMountServiceTasksOutput.StatusEnum PENDING
@SerializedName(value="Running") public static final TaskForDescribeMountServiceTasksOutput.StatusEnum RUNNING
@SerializedName(value="Completed") public static final TaskForDescribeMountServiceTasksOutput.StatusEnum COMPLETED
@SerializedName(value="InCompleted") public static final TaskForDescribeMountServiceTasksOutput.StatusEnum INCOMPLETED
@SerializedName(value="Abnormal") public static final TaskForDescribeMountServiceTasksOutput.StatusEnum ABNORMAL
@SerializedName(value="Failed") public static final TaskForDescribeMountServiceTasksOutput.StatusEnum FAILED
public static TaskForDescribeMountServiceTasksOutput.StatusEnum[] values()
for (TaskForDescribeMountServiceTasksOutput.StatusEnum c : TaskForDescribeMountServiceTasksOutput.StatusEnum.values()) System.out.println(c);
public static TaskForDescribeMountServiceTasksOutput.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<TaskForDescribeMountServiceTasksOutput.StatusEnum>public static TaskForDescribeMountServiceTasksOutput.StatusEnum fromValue(String input)
Copyright © 2026. All rights reserved.