public enum BackupPlanExecutionState extends Enum<BackupPlanExecutionState>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BackupPlanExecutionState.Adapter |
| 枚举常量和说明 |
|---|
BACKUPPLANEXECUTIONSTATE_UNSUPPORTED_ENUM |
FAILED |
PARTLY_FAILED |
PAUSED |
PAUSING |
RUNNING |
STARTING |
SUCCEED |
| 限定符和类型 | 方法和说明 |
|---|---|
static BackupPlanExecutionState |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static BackupPlanExecutionState |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BackupPlanExecutionState[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final BackupPlanExecutionState FAILED
public static final BackupPlanExecutionState PARTLY_FAILED
public static final BackupPlanExecutionState PAUSED
public static final BackupPlanExecutionState PAUSING
public static final BackupPlanExecutionState RUNNING
public static final BackupPlanExecutionState STARTING
public static final BackupPlanExecutionState SUCCEED
public static final BackupPlanExecutionState BACKUPPLANEXECUTIONSTATE_UNSUPPORTED_ENUM
public static BackupPlanExecutionState[] values()
for (BackupPlanExecutionState c : BackupPlanExecutionState.values()) System.out.println(c);
public static BackupPlanExecutionState valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public String toString()
toString 在类中 Enum<BackupPlanExecutionState>public static BackupPlanExecutionState fromValue(String value)
Copyright © 2025. All rights reserved.