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