public interface AbstractIdentifyRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractMessageProto |
getAbstractMessage()
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1; |
AbstractMessageProtoOrBuilder |
getAbstractMessageOrBuilder()
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1; |
String |
getApplicationId()
string applicationId = 3; |
com.google.protobuf.ByteString |
getApplicationIdBytes()
string applicationId = 3; |
String |
getExtraData()
string extraData = 5; |
com.google.protobuf.ByteString |
getExtraDataBytes()
string extraData = 5; |
String |
getTransactionServiceGroup()
string transactionServiceGroup = 4; |
com.google.protobuf.ByteString |
getTransactionServiceGroupBytes()
string transactionServiceGroup = 4; |
String |
getVersion()
string version = 2; |
com.google.protobuf.ByteString |
getVersionBytes()
string version = 2; |
boolean |
hasAbstractMessage()
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1; |
boolean hasAbstractMessage()
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1;AbstractMessageProto getAbstractMessage()
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1;AbstractMessageProtoOrBuilder getAbstractMessageOrBuilder()
.io.seata.protocol.protobuf.AbstractMessageProto abstractMessage = 1;String getVersion()
string version = 2;com.google.protobuf.ByteString getVersionBytes()
string version = 2;String getApplicationId()
string applicationId = 3;com.google.protobuf.ByteString getApplicationIdBytes()
string applicationId = 3;String getTransactionServiceGroup()
string transactionServiceGroup = 4;com.google.protobuf.ByteString getTransactionServiceGroupBytes()
string transactionServiceGroup = 4;String getExtraData()
string extraData = 5;com.google.protobuf.ByteString getExtraDataBytes()
string extraData = 5;Copyright © 2020 Seata. All rights reserved.