public enum LogEventTypeThrift extends Enum<LogEventTypeThrift> implements TEnum
| Enum Constant and Description |
|---|
ERROR |
REQUEST |
RESPONSE |
UNKNOWN_LOG_EVENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static LogEventTypeThrift |
findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
int |
getValue()
Get the integer value of this enum value, as defined in the Thrift IDL.
|
static LogEventTypeThrift |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEventTypeThrift[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogEventTypeThrift UNKNOWN_LOG_EVENT_TYPE
public static final LogEventTypeThrift REQUEST
public static final LogEventTypeThrift RESPONSE
public static final LogEventTypeThrift ERROR
public static LogEventTypeThrift[] values()
for (LogEventTypeThrift c : LogEventTypeThrift.values()) System.out.println(c);
public static LogEventTypeThrift 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 int getValue()
public static LogEventTypeThrift findByValue(int value)
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.