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