public class GetNodeAPIConfigurationResponse extends AbstractResponse
com.iota.iri.service.API#getNodeAPIConfigurationStatement() API call.
Response of api request 'GetNodeAPIConfiguration'.| Constructor and Description |
|---|
GetNodeAPIConfigurationResponse() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractResponse |
create(int maxFindTransactions,
int maxRequestsList,
int maxGetTrytes,
int maxBodyLength,
boolean testNet,
int milestoneStartIndex)
Initializes a new instance of the GetBundleResponse class.
|
int |
getMaxBodyLength()
The maximal number of characters the body of an API call may hold.
|
int |
getMaxFindTransactions()
The maximal number of transactions that may be returned by the "findTransactions" API call.
|
int |
getMaxGetTrytes()
The maximal number of trytes that may be returned by the "getTrytes" API call.
|
int |
getMaxRequestsList()
The maximal number of parameters one can place in an API call.
|
int |
getMilestoneStartIndex()
The start index of the milestones.
|
boolean |
isTestNet()
If this node has started in testnet mode.
|
equals, getDuration, hashCode, setDuration, toStringpublic static AbstractResponse create(int maxFindTransactions, int maxRequestsList, int maxGetTrytes, int maxBodyLength, boolean testNet, int milestoneStartIndex)
public int getMaxFindTransactions()
public int getMaxRequestsList()
public int getMaxGetTrytes()
public int getMaxBodyLength()
public boolean isTestNet()
true if it is, otherwise falsepublic int getMilestoneStartIndex()
Copyright © 2019. All rights reserved.