public class JTAccountInfo extends Object
| 构造器和说明 |
|---|
JTAccountInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountData |
getAccountData() |
Integer |
getLedgerCurrentIndex() |
String |
getLedgerHash() |
Boolean |
getValidated() |
void |
setAccountData(AccountData accountData) |
void |
setLedgerCurrentIndex(Integer ledgerCurrentIndex) |
void |
setLedgerHash(String ledgerHash) |
void |
setValidated(Boolean validated) |
public AccountData getAccountData()
public void setAccountData(AccountData accountData)
public String getLedgerHash()
public void setLedgerHash(String ledgerHash)
public Integer getLedgerCurrentIndex()
public void setLedgerCurrentIndex(Integer ledgerCurrentIndex)
public Boolean getValidated()
public void setValidated(Boolean validated)
Copyright © 2021. All rights reserved.