public class GetTransactionArgs extends Object
| Constructor and Description |
|---|
GetTransactionArgs(TransactionId id)
Create a new
GetAccountHistoryArgs instance to be passed to the
AccountHistoryApi.getAccountHistory(CommunicationHandler, GetAccountHistoryArgs)
method. |
| Modifier and Type | Method and Description |
|---|---|
TransactionId |
getId() |
void |
setId(TransactionId id)
Override the current
TransactionId wrapped by this instance. |
String |
toString() |
public GetTransactionArgs(TransactionId id)
GetAccountHistoryArgs instance to be passed to the
AccountHistoryApi.getAccountHistory(CommunicationHandler, GetAccountHistoryArgs)
method.id - The TransactionId to set.public TransactionId getId()
TransactionId wrapped by this instance.public void setId(TransactionId id)
TransactionId wrapped by this instance.
Please notice that the id is required. If not provided, the
method will throw an InvalidParameterException.id - The TransactionId to set.InvalidParameterException - If the id is null.Copyright © 2019. All rights reserved.