public class JTLedger extends Object
| 构造器和说明 |
|---|
JTLedger() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAccepted() |
String |
getAccountHash() |
Boolean |
getClosed() |
Integer |
getCloseTime() |
String |
getCloseTimeHuman() |
Integer |
getCloseTimeResolution() |
String |
getHash() |
String |
getLedgerHash() |
String |
getLedgerIndex() |
String |
getParentHash() |
String |
getSeqNum() |
String |
getTotalCoins() |
String |
getTransactionHash() |
List<String> |
getTransactions() |
void |
setAccepted(Boolean accepted) |
void |
setAccountHash(String accountHash) |
void |
setClosed(Boolean closed) |
void |
setCloseTime(Integer closeTime) |
void |
setCloseTimeHuman(String closeTimeHuman) |
void |
setCloseTimeResolution(Integer closeTimeResolution) |
void |
setHash(String hash) |
void |
setLedgerHash(String ledgerHash) |
void |
setLedgerIndex(String ledgerIndex) |
void |
setParentHash(String parentHash) |
void |
setSeqNum(String seqNum) |
void |
setTotalCoins(String totalCoins) |
void |
setTransactionHash(String transactionHash) |
void |
setTransactions(List<String> transactions) |
public Boolean getAccepted()
public void setAccepted(Boolean accepted)
public String getAccountHash()
public void setAccountHash(String accountHash)
public Integer getCloseTime()
public void setCloseTime(Integer closeTime)
public String getCloseTimeHuman()
public void setCloseTimeHuman(String closeTimeHuman)
public Integer getCloseTimeResolution()
public void setCloseTimeResolution(Integer closeTimeResolution)
public Boolean getClosed()
public void setClosed(Boolean closed)
public String getHash()
public void setHash(String hash)
public String getLedgerHash()
public void setLedgerHash(String ledgerHash)
public String getLedgerIndex()
public void setLedgerIndex(String ledgerIndex)
public String getParentHash()
public void setParentHash(String parentHash)
public String getSeqNum()
public void setSeqNum(String seqNum)
public String getTotalCoins()
public void setTotalCoins(String totalCoins)
public String getTransactionHash()
public void setTransactionHash(String transactionHash)
Copyright © 2021. All rights reserved.