public abstract class AbstractResultMessage extends AbstractMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
msg |
protected ResultCode |
resultCode |
ctx, LOGGER, serialVersionUID, UTF8| Constructor and Description |
|---|
AbstractResultMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMsg()
Gets msg.
|
ResultCode |
getResultCode()
Gets result code.
|
void |
setMsg(String msg)
Sets msg.
|
void |
setResultCode(ResultCode resultCode)
Sets result code.
|
bytesToInt, intToBytes, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeCodeprotected ResultCode resultCode
protected String msg
public ResultCode getResultCode()
public void setResultCode(ResultCode resultCode)
resultCode - the result codepublic String getMsg()
public void setMsg(String msg)
msg - the msgCopyright © 2023 Seata. All rights reserved.