public static interface RedirectSystem.ReceivedResponse
| Modifier and Type | Interface and Description |
|---|---|
static class |
RedirectSystem.ReceivedResponse.Status |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getParams()
Gets the parameters included with the response.
|
Optional<String> |
getReason()
Gets the reason for the response.
|
RedirectSystem.ReceivedResponse.Status |
getStatus()
Gets the status of the response
|
@Nonnull RedirectSystem.ReceivedResponse.Status getStatus()
@Nonnull Optional<String> getReason()
Copyright © 2022. All rights reserved.