public static enum GetLogsRequest.LookupCase extends Enum<GetLogsRequest.LookupCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BYBLOCK |
BYRANGE |
LOOKUP_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static GetLogsRequest.LookupCase |
forNumber(int value) |
int |
getNumber() |
static GetLogsRequest.LookupCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GetLogsRequest.LookupCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetLogsRequest.LookupCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetLogsRequest.LookupCase BYBLOCK
public static final GetLogsRequest.LookupCase BYRANGE
public static final GetLogsRequest.LookupCase LOOKUP_NOT_SET
public static GetLogsRequest.LookupCase[] values()
for (GetLogsRequest.LookupCase c : GetLogsRequest.LookupCase.values()) System.out.println(c);
public static GetLogsRequest.LookupCase 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 GetLogsRequest.LookupCase valueOf(int value)
forNumber(int) instead.public static GetLogsRequest.LookupCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 IoTeX Group. All rights reserved.