public abstract class AbstractBranchEndResponse extends AbstractTransactionResponse
| 限定符和类型 | 字段和说明 |
|---|---|
protected long |
branchId
The Branch id.
|
protected BranchStatus |
branchStatus
The Branch status.
|
protected String |
xid
The Xid.
|
ctx, LOGGER, serialVersionUID, UTF8| 构造器和说明 |
|---|
AbstractBranchEndResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBranchId()
Gets branch id.
|
BranchStatus |
getBranchStatus()
Gets branch status.
|
String |
getXid()
Gets xid.
|
void |
setBranchId(long branchId)
Sets branch id.
|
void |
setBranchStatus(BranchStatus branchStatus)
Sets branch status.
|
void |
setXid(String xid)
Sets xid.
|
String |
toString() |
getTransactionExceptionCode, setTransactionExceptionCodegetMsg, getResultCode, setMsg, setResultCodebytesToInt, intToBytesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeCodeprotected String xid
protected long branchId
protected BranchStatus branchStatus
public String getXid()
public void setXid(String xid)
xid - the xidpublic long getBranchId()
public void setBranchId(long branchId)
branchId - the branch idpublic BranchStatus getBranchStatus()
public void setBranchStatus(BranchStatus branchStatus)
branchStatus - the branch statuspublic String toString()
toString 在类中 AbstractMessageCopyright © 2019 Seata. All rights reserved.