public abstract class AbstractIdentifyResponse extends AbstractResultMessage
msg, resultCodectx, LOGGER, serialVersionUID, UTF8| Constructor and Description |
|---|
AbstractIdentifyResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtraData()
Gets extra data.
|
String |
getVersion()
Gets version.
|
boolean |
isIdentified()
Is identified boolean.
|
void |
setExtraData(String extraData)
Sets extra data.
|
void |
setIdentified(boolean identified)
Sets identified.
|
void |
setVersion(String version)
Sets version.
|
String |
toString() |
getMsg, getResultCode, setMsg, setResultCodebytesToInt, intToBytesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeCodepublic String getVersion()
public void setVersion(String version)
version - the versionpublic String getExtraData()
public void setExtraData(String extraData)
extraData - the extra datapublic boolean isIdentified()
public void setIdentified(boolean identified)
identified - the identifiedpublic String toString()
toString in class AbstractMessageCopyright © 2023 Seata. All rights reserved.