public class AccountData extends Object
| 构造器和说明 |
|---|
AccountData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
String |
getBalance() |
Integer |
getFlags() |
String |
getIndex() |
String |
getLedgerEntryType() |
Integer |
getOwnerCount() |
String |
getPreviousTxnId() |
Integer |
getPreviousTxnLgrSeq() |
Integer |
getSequence() |
void |
setAccount(String account) |
void |
setBalance(String balance) |
void |
setFlags(Integer flags) |
void |
setIndex(String index) |
void |
setLedgerEntryType(String ledgerEntryType) |
void |
setOwnerCount(Integer ownerCount) |
void |
setPreviousTxnId(String previousTxnId) |
void |
setPreviousTxnLgrSeq(Integer previousTxnLgrSeq) |
void |
setSequence(Integer sequence) |
public String getAccount()
public void setAccount(String account)
public String getBalance()
public void setBalance(String balance)
public Integer getFlags()
public void setFlags(Integer flags)
public Integer getOwnerCount()
public void setOwnerCount(Integer ownerCount)
public String getPreviousTxnId()
public void setPreviousTxnId(String previousTxnId)
public Integer getPreviousTxnLgrSeq()
public void setPreviousTxnLgrSeq(Integer previousTxnLgrSeq)
public Integer getSequence()
public void setSequence(Integer sequence)
public String getIndex()
public void setIndex(String index)
public String getLedgerEntryType()
public void setLedgerEntryType(String ledgerEntryType)
Copyright © 2021. All rights reserved.