public class SendTransferResponse extends AbstractResponse
| Constructor and Description |
|---|
SendTransferResponse() |
| Modifier and Type | Method and Description |
|---|---|
static SendTransferResponse |
create(List<Transaction> transactions,
Boolean[] successfully,
long duration)
Initializes a new instance of the SendTransferResponse class.
|
Boolean[] |
getSuccessfully()
Gets the successfully.
|
List<Transaction> |
getTransactions()
Gets the transactions.
|
void |
setSuccessfully(Boolean[] successfully)
Sets the successfully.
|
void |
setTransactions(List<Transaction> transactions)
Sets the transactions.
|
equals, getDuration, hashCode, setDuration, toStringpublic static SendTransferResponse create(List<Transaction> transactions, Boolean[] successfully, long duration)
public List<Transaction> getTransactions()
public void setTransactions(List<Transaction> transactions)
transactions - The transactions.public Boolean[] getSuccessfully()
public void setSuccessfully(Boolean[] successfully)
successfully - The successfully.Copyright © 2019. All rights reserved.