| Package | Description |
|---|---|
| org.piangles.gateway.requests.dto |
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
Response.getStatusCode() |
StatusCode |
Response.getStatusCode() |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Response(StatusCode statusCode,
String endpointResponse) |
Response(StatusCode statusCode,
String endpointResponse) |
Response(UUID traceId,
String endpoint,
long requestReceiptTime,
long requestTransitTime,
StatusCode statusCode,
String endpointResponse) |
Response(UUID traceId,
String endpoint,
long requestReceiptTime,
long requestTransitTime,
StatusCode statusCode,
String endpointResponse) |
Copyright © 2021. All rights reserved.