public class RequestOption extends Object
| 构造器和说明 |
|---|
RequestOption() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getEnableQueryTxReceipt() |
Integer |
getQueryReceiptIntervalMs() |
Integer |
getQueryReceiptTimeoutMs() |
RequestAnchorOption |
getRequestAnchorOption() |
Integer |
getSendRequestTimeoutMs() |
void |
setEnableQueryTxReceipt(Boolean enableQueryTxReceipt) |
void |
setQueryReceiptIntervalMs(Integer queryReceiptIntervalMs) |
void |
setQueryReceiptTimeoutMs(Integer queryReceiptTimeoutMs) |
void |
setRequestAnchorOption(RequestAnchorOption requestAnchorOption) |
void |
setSendRequestTimeoutMs(Integer sendRequestTimeoutMs) |
public Integer getSendRequestTimeoutMs()
public void setSendRequestTimeoutMs(Integer sendRequestTimeoutMs)
public Integer getQueryReceiptTimeoutMs()
public void setQueryReceiptTimeoutMs(Integer queryReceiptTimeoutMs)
public Integer getQueryReceiptIntervalMs()
public void setQueryReceiptIntervalMs(Integer queryReceiptIntervalMs)
public Boolean getEnableQueryTxReceipt()
public void setEnableQueryTxReceipt(Boolean enableQueryTxReceipt)
public RequestAnchorOption getRequestAnchorOption()
public void setRequestAnchorOption(RequestAnchorOption requestAnchorOption)
Copyright © 2022. All rights reserved.