public static interface CanalPacket.AckOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode()
optional int32 error_code = 1 [default = 0]; |
java.lang.String |
getErrorMessage()
optional string error_message = 2;
if something like compression is not supported, erorr_message will tell about it. |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string error_message = 2;
if something like compression is not supported, erorr_message will tell about it. |
boolean |
hasErrorCode()
optional int32 error_code = 1 [default = 0]; |
boolean |
hasErrorMessage()
optional string error_message = 2;
if something like compression is not supported, erorr_message will tell about it. |
boolean hasErrorCode()
optional int32 error_code = 1 [default = 0];int getErrorCode()
optional int32 error_code = 1 [default = 0];boolean hasErrorMessage()
optional string error_message = 2;
if something like compression is not supported, erorr_message will tell about it.
java.lang.String getErrorMessage()
optional string error_message = 2;
if something like compression is not supported, erorr_message will tell about it.
com.google.protobuf.ByteString getErrorMessageBytes()
optional string error_message = 2;
if something like compression is not supported, erorr_message will tell about it.
Copyright © 2018. All Rights Reserved.