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