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