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