public abstract class AbstractResultMessage extends AbstractMessage
ctx, LOGGER, serialVersionUID, UTF8| 构造器和说明 |
|---|
AbstractResultMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, waitgetTypeCodepublic ResultCode getResultCode()
public void setResultCode(ResultCode resultCode)
resultCode - the result codepublic String getMsg()
public void setMsg(String msg)
msg - the msgCopyright © 2020 Seata. All rights reserved.