public static enum Response.TransactionApprovedList.Result.response_code extends java.lang.Enum<Response.TransactionApprovedList.Result.response_code> implements com.google.protobuf.ProtocolMessageEnum
protocol.TransactionApprovedList.Result.response_code| Enum Constant and Description |
|---|
COMPUTE_ADDRESS_ERROR
COMPUTE_ADDRESS_ERROR = 2; |
OTHER_ERROR
OTHER_ERROR = 20; |
SIGNATURE_FORMAT_ERROR
SIGNATURE_FORMAT_ERROR = 1; |
SUCCESS
SUCCESS = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPUTE_ADDRESS_ERROR_VALUE
COMPUTE_ADDRESS_ERROR = 2; |
static int |
OTHER_ERROR_VALUE
OTHER_ERROR = 20; |
static int |
SIGNATURE_FORMAT_ERROR_VALUE
SIGNATURE_FORMAT_ERROR = 1; |
static int |
SUCCESS_VALUE
SUCCESS = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Response.TransactionApprovedList.Result.response_code |
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<Response.TransactionApprovedList.Result.response_code> |
internalGetValueMap() |
static Response.TransactionApprovedList.Result.response_code |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Response.TransactionApprovedList.Result.response_code |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Response.TransactionApprovedList.Result.response_code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Response.TransactionApprovedList.Result.response_code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Response.TransactionApprovedList.Result.response_code SUCCESS
SUCCESS = 0;public static final Response.TransactionApprovedList.Result.response_code SIGNATURE_FORMAT_ERROR
SIGNATURE_FORMAT_ERROR = 1;public static final Response.TransactionApprovedList.Result.response_code COMPUTE_ADDRESS_ERROR
COMPUTE_ADDRESS_ERROR = 2;public static final Response.TransactionApprovedList.Result.response_code OTHER_ERROR
OTHER_ERROR = 20;public static final Response.TransactionApprovedList.Result.response_code UNRECOGNIZED
public static final int SUCCESS_VALUE
SUCCESS = 0;public static final int SIGNATURE_FORMAT_ERROR_VALUE
SIGNATURE_FORMAT_ERROR = 1;public static final int COMPUTE_ADDRESS_ERROR_VALUE
COMPUTE_ADDRESS_ERROR = 2;public static final int OTHER_ERROR_VALUE
OTHER_ERROR = 20;public static Response.TransactionApprovedList.Result.response_code[] values()
for (Response.TransactionApprovedList.Result.response_code c : Response.TransactionApprovedList.Result.response_code.values()) System.out.println(c);
public static Response.TransactionApprovedList.Result.response_code 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Response.TransactionApprovedList.Result.response_code valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Response.TransactionApprovedList.Result.response_code forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Response.TransactionApprovedList.Result.response_code> 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 Response.TransactionApprovedList.Result.response_code valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)