public class GetTransactionsRequest extends Message<LightningApi.GetTransactionsRequest>
Message,
LightningApi.GetTransactionsRequestbuilder, wrapperFactory| Constructor and Description |
|---|
GetTransactionsRequest()
Empty Constructor
|
GetTransactionsRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
GetTransactionsRequest(LightningApi.GetTransactionsRequest apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccount()
Getter for account.
|
int |
getEndHeight()
Getter for endHeight.
|
int |
getStartHeight()
Getter for startHeight.
|
void |
setAccount(java.lang.String value)
Setter for account.
|
void |
setEndHeight(int value)
Setter for endHeight.
|
void |
setStartHeight(int value)
Setter for startHeight.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic GetTransactionsRequest()
public GetTransactionsRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public GetTransactionsRequest(LightningApi.GetTransactionsRequest apiObject)
public int getStartHeight()
public void setStartHeight(int value)
public int getEndHeight()
public void setEndHeight(int value)
public java.lang.String getAccount()
public void setAccount(java.lang.String value)