public enum RestoreTierEnum extends Enum<RestoreTierEnum>
Enum Constant and Description |
---|
BULK
批量取回,取回耗时5~12小时
|
EXPEDITED
快速取回,取回耗时1~5分钟
|
STANDARD
标准取回,取回耗时3~5小时
|
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static RestoreTierEnum |
getValueFromCode(String code) |
static RestoreTierEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestoreTierEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestoreTierEnum EXPEDITED
public static final RestoreTierEnum STANDARD
public static final RestoreTierEnum BULK
public static RestoreTierEnum[] values()
for (RestoreTierEnum c : RestoreTierEnum.values()) System.out.println(c);
public static RestoreTierEnum 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 getCode()
public static RestoreTierEnum getValueFromCode(String code)
Copyright © 2021. All rights reserved.