public static interface CanalPacket.ClientRollbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBatchId()
optional int64 batch_id = 3; |
java.lang.String |
getClientId()
optional string client_id = 2; |
com.google.protobuf.ByteString |
getClientIdBytes()
optional string client_id = 2; |
java.lang.String |
getDestination()
optional string destination = 1; |
com.google.protobuf.ByteString |
getDestinationBytes()
optional string destination = 1; |
boolean |
hasBatchId()
optional int64 batch_id = 3; |
boolean |
hasClientId()
optional string client_id = 2; |
boolean |
hasDestination()
optional string destination = 1; |
boolean hasDestination()
optional string destination = 1;java.lang.String getDestination()
optional string destination = 1;com.google.protobuf.ByteString getDestinationBytes()
optional string destination = 1;boolean hasClientId()
optional string client_id = 2;java.lang.String getClientId()
optional string client_id = 2;com.google.protobuf.ByteString getClientIdBytes()
optional string client_id = 2;boolean hasBatchId()
optional int64 batch_id = 3;long getBatchId()
optional int64 batch_id = 3;Copyright © 2018. All Rights Reserved.