public static enum Bootstrap.StatsFlushCase extends Enum<Bootstrap.StatsFlushCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
STATS_FLUSH_ON_ADMIN |
STATSFLUSH_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Bootstrap.StatsFlushCase |
forNumber(int value) |
int |
getNumber() |
static Bootstrap.StatsFlushCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Bootstrap.StatsFlushCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bootstrap.StatsFlushCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bootstrap.StatsFlushCase STATS_FLUSH_ON_ADMIN
public static final Bootstrap.StatsFlushCase STATSFLUSH_NOT_SET
public static Bootstrap.StatsFlushCase[] values()
for (Bootstrap.StatsFlushCase c : Bootstrap.StatsFlushCase.values()) System.out.println(c);
public static Bootstrap.StatsFlushCase 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 null@Deprecated public static Bootstrap.StatsFlushCase valueOf(int value)
forNumber(int) instead.public static Bootstrap.StatsFlushCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018–2021 The Envoy Project. All rights reserved.