public class BookOffer extends Object
| 构造器和说明 |
|---|
BookOffer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
String |
getBookDirectory() |
String |
getBookNode() |
Integer |
getFlags() |
String |
getIndex() |
String |
getLedgerEntryType() |
String |
getOwnerFunds() |
String |
getOwnerNode() |
String |
getPreviousTxnId() |
Integer |
getPreviousTxnLgrSeq() |
String |
getQuality() |
Integer |
getSequence() |
AmountInfo |
getTakerGets() |
AmountInfo |
getTakerPays() |
boolean |
isValidated() |
void |
setAccount(String account) |
void |
setBookDirectory(String bookDirectory) |
void |
setBookNode(String bookNode) |
void |
setFlags(Integer flags) |
void |
setIndex(String index) |
void |
setLedgerEntryType(String ledgerEntryType) |
void |
setOwnerFunds(String ownerFunds) |
void |
setOwnerNode(String ownerNode) |
void |
setPreviousTxnId(String previousTxnId) |
void |
setPreviousTxnLgrSeq(Integer previousTxnLgrSeq) |
void |
setQuality(String quality) |
void |
setSequence(Integer sequence) |
void |
setTakerGets(AmountInfo takerGets) |
void |
setTakerPays(AmountInfo takerPays) |
void |
setValidated(boolean validated) |
public String getAccount()
public void setAccount(String account)
public String getBookNode()
public void setBookNode(String bookNode)
public Integer getFlags()
public void setFlags(Integer flags)
public String getOwnerNode()
public void setOwnerNode(String ownerNode)
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 boolean isValidated()
public void setValidated(boolean validated)
public String getBookDirectory()
public void setBookDirectory(String bookDirectory)
public String getLedgerEntryType()
public void setLedgerEntryType(String ledgerEntryType)
public AmountInfo getTakerGets()
public void setTakerGets(AmountInfo takerGets)
public AmountInfo getTakerPays()
public void setTakerPays(AmountInfo takerPays)
public String getIndex()
public void setIndex(String index)
public String getOwnerFunds()
public void setOwnerFunds(String ownerFunds)
public String getQuality()
public void setQuality(String quality)
Copyright © 2021. All rights reserved.