public interface AbstractBranchEndRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractTransactionRequestProto |
getAbstractTransactionRequest()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1; |
AbstractTransactionRequestProtoOrBuilder |
getAbstractTransactionRequestOrBuilder()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1; |
String |
getApplicationData()
The Application data.
|
com.google.protobuf.ByteString |
getApplicationDataBytes()
The Application data.
|
long |
getBranchId()
The Branch id.
|
BranchTypeProto |
getBranchType()
The Branch type.
|
int |
getBranchTypeValue()
The Branch type.
|
String |
getResourceId()
The Resource id.
|
com.google.protobuf.ByteString |
getResourceIdBytes()
The Resource id.
|
String |
getXid()
string xid = 2; |
com.google.protobuf.ByteString |
getXidBytes()
string xid = 2; |
boolean |
hasAbstractTransactionRequest()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1; |
boolean hasAbstractTransactionRequest()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1;AbstractTransactionRequestProto getAbstractTransactionRequest()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1;AbstractTransactionRequestProtoOrBuilder getAbstractTransactionRequestOrBuilder()
.io.seata.protocol.protobuf.AbstractTransactionRequestProto abstractTransactionRequest = 1;String getXid()
string xid = 2;com.google.protobuf.ByteString getXidBytes()
string xid = 2;long getBranchId()
The Branch id.
int64 branchId = 3;int getBranchTypeValue()
The Branch type.
.io.seata.protocol.protobuf.BranchTypeProto branchType = 4;BranchTypeProto getBranchType()
The Branch type.
.io.seata.protocol.protobuf.BranchTypeProto branchType = 4;String getResourceId()
The Resource id.
string resourceId = 5;com.google.protobuf.ByteString getResourceIdBytes()
The Resource id.
string resourceId = 5;String getApplicationData()
The Application data.
string applicationData = 6;com.google.protobuf.ByteString getApplicationDataBytes()
The Application data.
string applicationData = 6;Copyright © 2019 Seata. All rights reserved.