public class BIDRequest extends Object
| 构造器和说明 |
|---|
BIDRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BID> |
getBids() |
Long |
getBIFAmount() |
Long |
getCeilLedgerSeq() |
Integer |
getDomainId() |
Long |
getFeeLimit() |
Long |
getGasPrice() |
String |
getPrivateKey() |
String |
getRemarks() |
String |
getSenderAddress() |
void |
setBids(List<BID> bids) |
void |
setBIFAmount(Long BIFAmount) |
void |
setCeilLedgerSeq(Long ceilLedgerSeq) |
void |
setDomainId(Integer domainId) |
void |
setFeeLimit(Long feeLimit) |
void |
setGasPrice(Long gasPrice) |
void |
setPrivateKey(String privateKey) |
void |
setRemarks(String remarks) |
void |
setSenderAddress(String senderAddress) |
public String getSenderAddress()
public void setSenderAddress(String senderAddress)
public Long getFeeLimit()
public void setFeeLimit(Long feeLimit)
public Long getBIFAmount()
public void setBIFAmount(Long BIFAmount)
public Long getCeilLedgerSeq()
public void setCeilLedgerSeq(Long ceilLedgerSeq)
public String getRemarks()
public void setRemarks(String remarks)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public Long getGasPrice()
public void setGasPrice(Long gasPrice)
public Integer getDomainId()
public void setDomainId(Integer domainId)
Copyright © 2023. All rights reserved.