public abstract class AbstractGlobalEndResponse extends AbstractTransactionResponse
| Modifier and Type | Field and Description |
|---|---|
protected GlobalStatus |
globalStatus
The Global status.
|
msg, resultCodectx, LOGGER, serialVersionUID, UTF8| Constructor and Description |
|---|
AbstractGlobalEndResponse() |
| Modifier and Type | Method and Description |
|---|---|
GlobalStatus |
getGlobalStatus()
Gets global status.
|
void |
setGlobalStatus(GlobalStatus globalStatus)
Sets global status.
|
String |
toString() |
getTransactionExceptionCode, setTransactionExceptionCodegetMsg, getResultCode, setMsg, setResultCodebytesToInt, intToBytesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeCodeprotected GlobalStatus globalStatus
public GlobalStatus getGlobalStatus()
public void setGlobalStatus(GlobalStatus globalStatus)
globalStatus - the global statuspublic String toString()
toString in class AbstractMessageCopyright © 2023 Seata. All rights reserved.