public class IotaFindTransactionsRequest extends IotaCommandRequest
| Modifier and Type | Method and Description |
|---|---|
IotaFindTransactionsRequest |
byAddresses(String... addresses)
Initializes a new instance of the IotaFindTransactionsRequest class.
|
IotaFindTransactionsRequest |
byApprovees(String... approvees)
Initializes a new instance of the IotaFindTransactionsRequest class.
|
IotaFindTransactionsRequest |
byBundles(String... bundles)
Initializes a new instance of the IotaFindTransactionsRequest class.
|
IotaFindTransactionsRequest |
byTags(String... tags)
Initializes a new instance of the IotaFindTransactionsRequest class.
|
static IotaFindTransactionsRequest |
createFindTransactionRequest()
Create a new instance of the IotaFindTransactionsRequest class.
|
String[] |
getAddresses()
Gets the addresses.
|
String[] |
getApprovees()
Gets the approvees.
|
String[] |
getBundles()
Gets the bundles.
|
String[] |
getTags()
Gets the tags.
|
void |
setAddresses(String[] addresses)
Sets the addresses.
|
void |
setApprovees(String[] approvees)
Sets the approvees.
|
void |
setBundles(String[] bundles)
Sets the bundles.
|
void |
setTags(String[] tags)
Sets the tags.
|
createGetNeighborsRequest, createGetTipsRequest, createInterruptAttachToTangleRequest, createNodeInfoRequestpublic static IotaFindTransactionsRequest createFindTransactionRequest()
public IotaFindTransactionsRequest byBundles(String... bundles)
bundles - public IotaFindTransactionsRequest byAddresses(String... addresses)
addresses - public IotaFindTransactionsRequest byTags(String... tags)
tags - public IotaFindTransactionsRequest byApprovees(String... approvees)
approvees - public String[] getBundles()
public void setBundles(String[] bundles)
bundles - The bundles.public String[] getAddresses()
public void setAddresses(String[] addresses)
addresses - The addresses.public String[] getTags()
public void setTags(String[] tags)
tags - The tags.public String[] getApprovees()
public void setApprovees(String[] approvees)
approvees - The approvees.Copyright © 2019. All rights reserved.