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