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