public static enum Urlfrontier.LogLevelParams.Level extends java.lang.Enum<Urlfrontier.LogLevelParams.Level> implements com.google.protobuf.ProtocolMessageEnum
urlfrontier.LogLevelParams.Level| Enum Constant and Description |
|---|
DEBUG
DEBUG = 1; |
ERROR
ERROR = 4; |
INFO
INFO = 2; |
TRACE
TRACE = 0; |
UNRECOGNIZED |
WARN
WARN = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG_VALUE
DEBUG = 1; |
static int |
ERROR_VALUE
ERROR = 4; |
static int |
INFO_VALUE
INFO = 2; |
static int |
TRACE_VALUE
TRACE = 0; |
static int |
WARN_VALUE
WARN = 3; |
| Modifier and Type | Method and Description |
|---|---|
static Urlfrontier.LogLevelParams.Level |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Urlfrontier.LogLevelParams.Level> |
internalGetValueMap() |
static Urlfrontier.LogLevelParams.Level |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Urlfrontier.LogLevelParams.Level |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Urlfrontier.LogLevelParams.Level |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Urlfrontier.LogLevelParams.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Urlfrontier.LogLevelParams.Level TRACE
TRACE = 0;public static final Urlfrontier.LogLevelParams.Level DEBUG
DEBUG = 1;public static final Urlfrontier.LogLevelParams.Level INFO
INFO = 2;public static final Urlfrontier.LogLevelParams.Level WARN
WARN = 3;public static final Urlfrontier.LogLevelParams.Level ERROR
ERROR = 4;public static final Urlfrontier.LogLevelParams.Level UNRECOGNIZED
public static final int TRACE_VALUE
TRACE = 0;public static final int DEBUG_VALUE
DEBUG = 1;public static final int INFO_VALUE
INFO = 2;public static final int WARN_VALUE
WARN = 3;public static final int ERROR_VALUE
ERROR = 4;public static Urlfrontier.LogLevelParams.Level[] values()
for (Urlfrontier.LogLevelParams.Level c : Urlfrontier.LogLevelParams.Level.values()) System.out.println(c);
public static Urlfrontier.LogLevelParams.Level valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Urlfrontier.LogLevelParams.Level valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Urlfrontier.LogLevelParams.Level forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Urlfrontier.LogLevelParams.Level> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Urlfrontier.LogLevelParams.Level valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2020-2022 Crawler-Commons. All Rights Reserved.