public static interface CanalEntry.PairOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
java.lang.String |
getValue()
optional string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 2; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasValue()
optional string value = 2; |
boolean hasKey()
optional string key = 1;java.lang.String getKey()
optional string key = 1;com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;boolean hasValue()
optional string value = 2;java.lang.String getValue()
optional string value = 2;com.google.protobuf.ByteString getValueBytes()
optional string value = 2;Copyright © 2019. All rights reserved.