public class AccountTx extends Object
| 构造器和说明 |
|---|
AccountTx() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
String |
getLedgerIndexMax() |
String |
getLedgerIndexMin() |
Integer |
getLimit() |
Marker |
getMarker() |
List<Transactions> |
getTransactions() |
void |
setAccount(String account) |
void |
setLedgerIndexMax(String ledgerIndexMax) |
void |
setLedgerIndexMin(String ledgerIndexMin) |
void |
setLimit(Integer limit) |
void |
setMarker(Marker marker) |
void |
setTransactions(List<Transactions> transactions) |
public Integer getLimit()
public void setLimit(Integer limit)
public List<Transactions> getTransactions()
public void setTransactions(List<Transactions> transactions)
public String getAccount()
public void setAccount(String account)
public String getLedgerIndexMax()
public void setLedgerIndexMax(String ledgerIndexMax)
public String getLedgerIndexMin()
public void setLedgerIndexMin(String ledgerIndexMin)
public Marker getMarker()
public void setMarker(Marker marker)
Copyright © 2021. All rights reserved.