public enum ScsSlowLogType extends Enum<ScsSlowLogType>
| Modifier and Type | Method and Description |
|---|---|
static ScsSlowLogType |
create(String value) |
String |
getValue() |
String |
toString() |
static ScsSlowLogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScsSlowLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScsSlowLogType Proxy
public static final ScsSlowLogType Redis
public static final ScsSlowLogType Unknown
public static ScsSlowLogType[] values()
for (ScsSlowLogType c : ScsSlowLogType.values()) System.out.println(c);
public static ScsSlowLogType 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<ScsSlowLogType>public static ScsSlowLogType create(String value)
Copyright © 2024. All rights reserved.