public class GetBundleResponse extends AbstractResponse
| Constructor and Description |
|---|
GetBundleResponse() |
| Modifier and Type | Method and Description |
|---|---|
static GetBundleResponse |
create(List<Transaction> transactions,
long duration)
Initializes a new instance of the GetBundleResponse class.
|
List<Transaction> |
getTransactions()
Gets the transactions.
|
equals, getDuration, hashCode, setDuration, toStringpublic static GetBundleResponse create(List<Transaction> transactions, long duration)
public List<Transaction> getTransactions()
Copyright © 2019. All rights reserved.