public abstract class TxnRequest extends ExtensionRequest
| 构造器和说明 |
|---|
TxnRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getTransactionId()
Get the set value of TransactionId.
|
boolean |
hasSetTransactionId()
Query whether the TransactionId is set.
|
void |
setTransactionId(String transactionId)
Set the ID for this transaction.
|
getExtension, setExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOperationNamepublic void setTransactionId(String transactionId)
transactionId - The ID for this transactionpublic String getTransactionId()
IllegalStateException - if this parameter is not configuredpublic boolean hasSetTransactionId()
Copyright © 2025. All Rights Reserved.