public class GetTerminalActionResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTerminalActionResponse.Builder
Class to build instances of
GetTerminalActionResponse. |
| Constructor and Description |
|---|
GetTerminalActionResponse(List<Error> errors,
TerminalAction action)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TerminalAction |
getAction()
Getter for Action.
|
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
GetTerminalActionResponse.Builder |
toBuilder()
Builds a new
GetTerminalActionResponse.Builder object. |
String |
toString()
Converts this GetTerminalActionResponse into string format.
|
public GetTerminalActionResponse(List<Error> errors, TerminalAction action)
errors - List of Error value for errors.action - TerminalAction value for action.public HttpContext getContext()
public List<Error> getErrors()
public TerminalAction getAction()
public String toString()
public GetTerminalActionResponse.Builder toBuilder()
GetTerminalActionResponse.Builder object.
Creates the instance with the state of the current model.GetTerminalActionResponse.Builder objectCopyright © 2022. All rights reserved.