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