public static enum AdExchangeProtobuf.LogEventType extends Enum<AdExchangeProtobuf.LogEventType> implements com.google.protobuf.ProtocolMessageEnum
com.adgear.anoa.test.ad_exchange.LogEventType| Enum Constant and Description |
|---|
ERROR
ERROR = 3; |
REQUEST
REQUEST = 1; |
RESPONSE
RESPONSE = 2; |
UNKNOWN_LOG_EVENT_TYPE
UNKNOWN_LOG_EVENT_TYPE = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_VALUE
ERROR = 3; |
static int |
REQUEST_VALUE
REQUEST = 1; |
static int |
RESPONSE_VALUE
RESPONSE = 2; |
static int |
UNKNOWN_LOG_EVENT_TYPE_VALUE
UNKNOWN_LOG_EVENT_TYPE = 0; |
| Modifier and Type | Method and Description |
|---|---|
static AdExchangeProtobuf.LogEventType |
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<AdExchangeProtobuf.LogEventType> |
internalGetValueMap() |
static AdExchangeProtobuf.LogEventType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AdExchangeProtobuf.LogEventType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AdExchangeProtobuf.LogEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdExchangeProtobuf.LogEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdExchangeProtobuf.LogEventType UNKNOWN_LOG_EVENT_TYPE
UNKNOWN_LOG_EVENT_TYPE = 0;public static final AdExchangeProtobuf.LogEventType REQUEST
REQUEST = 1;public static final AdExchangeProtobuf.LogEventType RESPONSE
RESPONSE = 2;public static final AdExchangeProtobuf.LogEventType ERROR
ERROR = 3;public static final int UNKNOWN_LOG_EVENT_TYPE_VALUE
UNKNOWN_LOG_EVENT_TYPE = 0;public static final int REQUEST_VALUE
REQUEST = 1;public static final int RESPONSE_VALUE
RESPONSE = 2;public static final int ERROR_VALUE
ERROR = 3;public static AdExchangeProtobuf.LogEventType[] values()
for (AdExchangeProtobuf.LogEventType c : AdExchangeProtobuf.LogEventType.values()) System.out.println(c);
public static AdExchangeProtobuf.LogEventType 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AdExchangeProtobuf.LogEventType valueOf(int value)
forNumber(int) instead.public static AdExchangeProtobuf.LogEventType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<AdExchangeProtobuf.LogEventType> 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 AdExchangeProtobuf.LogEventType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.