public class Account extends Object
| 构造器和说明 |
|---|
Account() |
public Meta getMeta()
public String getAccount()
public void setAccount(String account)
public String getDestination()
public void setDestination(String destination)
public String getFee()
public void setFee(String fee)
public Long getFlags()
public void setFlags(Long flags)
public Integer getSequence()
public void setSequence(Integer sequence)
public String getSigningPubKey()
public void setSigningPubKey(String signingPubKey)
public Integer getTimestamp()
public void setTimestamp(Integer timestamp)
public String getTransactionType()
public void setTransactionType(String transactionType)
public String getTxnSignature()
public void setTxnSignature(String txnSignature)
public Integer getDate()
public void setDate(Integer date)
public String getHash()
public void setHash(String hash)
public Integer getInLedger()
public void setInLedger(Integer inLedger)
public String getLedgerIndex()
public void setLedgerIndex(String ledgerIndex)
public Boolean getValidated()
public void setValidated(Boolean validated)
public void setMeta(Meta meta)
public AmountInfo getAmount()
public void setAmount(AmountInfo amount)
public AmountInfo getTakerGets()
public void setTakerGets(AmountInfo takerGets)
public AmountInfo getTakerPays()
public void setTakerPays(AmountInfo takerPays)
Copyright © 2021. All rights reserved.