public static enum TransactionService.GetHistoryResponse.Result extends java.lang.Enum<TransactionService.GetHistoryResponse.Result> implements com.google.protobuf.Internal.EnumLite
kin.agora.transaction.v3.GetHistoryResponse.Result| Enum Constant and Description |
|---|
NOT_FOUND
NOT_FOUND = 1; |
OK
OK = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NOT_FOUND_VALUE
NOT_FOUND = 1; |
static int |
OK_VALUE
OK = 0; |
| Modifier and Type | Method and Description |
|---|---|
static TransactionService.GetHistoryResponse.Result |
forNumber(int value) |
int |
getNumber() |
static com.google.protobuf.Internal.EnumLiteMap<TransactionService.GetHistoryResponse.Result> |
internalGetValueMap() |
static com.google.protobuf.Internal.EnumVerifier |
internalGetVerifier() |
static TransactionService.GetHistoryResponse.Result |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransactionService.GetHistoryResponse.Result |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionService.GetHistoryResponse.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionService.GetHistoryResponse.Result OK
OK = 0;public static final TransactionService.GetHistoryResponse.Result NOT_FOUND
NOT_FOUND = 1;public static final TransactionService.GetHistoryResponse.Result UNRECOGNIZED
public static final int OK_VALUE
OK = 0;public static final int NOT_FOUND_VALUE
NOT_FOUND = 1;public static TransactionService.GetHistoryResponse.Result[] values()
for (TransactionService.GetHistoryResponse.Result c : TransactionService.GetHistoryResponse.Result.values()) System.out.println(c);
public static TransactionService.GetHistoryResponse.Result 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.EnumLite@Deprecated public static TransactionService.GetHistoryResponse.Result valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static TransactionService.GetHistoryResponse.Result forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<TransactionService.GetHistoryResponse.Result> internalGetValueMap()
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()