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