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