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