public static enum PtsV2PaymentsPost502Response.ReasonEnum extends Enum<PtsV2PaymentsPost502Response.ReasonEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PtsV2PaymentsPost502Response.ReasonEnum.Adapter |
| Enum Constant and Description |
|---|
PROCESSOR_TIMEOUT |
SERVER_TIMEOUT |
SERVICE_TIMEOUT |
SYSTEM_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static PtsV2PaymentsPost502Response.ReasonEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PtsV2PaymentsPost502Response.ReasonEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PtsV2PaymentsPost502Response.ReasonEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PtsV2PaymentsPost502Response.ReasonEnum SYSTEM_ERROR
public static final PtsV2PaymentsPost502Response.ReasonEnum SERVER_TIMEOUT
public static final PtsV2PaymentsPost502Response.ReasonEnum SERVICE_TIMEOUT
public static final PtsV2PaymentsPost502Response.ReasonEnum PROCESSOR_TIMEOUT
public static PtsV2PaymentsPost502Response.ReasonEnum[] values()
for (PtsV2PaymentsPost502Response.ReasonEnum c : PtsV2PaymentsPost502Response.ReasonEnum.values()) System.out.println(c);
public static PtsV2PaymentsPost502Response.ReasonEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<PtsV2PaymentsPost502Response.ReasonEnum>public static PtsV2PaymentsPost502Response.ReasonEnum fromValue(String text)
Copyright © 2018. All rights reserved.