public interface CassandraDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsValue(String key)
key:col value:整个值,包括id。
|
OptType |
getOptType()
.net.wicp.tams.common.cassandra.jdbc.OptType optType = 1; |
int |
getOptTypeValue()
.net.wicp.tams.common.cassandra.jdbc.OptType optType = 1; |
Map<String,String> |
getValue()
已过时。
|
int |
getValueCount()
key:col value:整个值,包括id。
|
Map<String,String> |
getValueMap()
key:col value:整个值,包括id。
|
String |
getValueOrDefault(String key,
String defaultValue)
key:col value:整个值,包括id。
|
String |
getValueOrThrow(String key)
key:col value:整个值,包括id。
|
int getOptTypeValue()
.net.wicp.tams.common.cassandra.jdbc.OptType optType = 1;OptType getOptType()
.net.wicp.tams.common.cassandra.jdbc.OptType optType = 1;int getValueCount()
key:col value:整个值,包括id。
map<string, string> value = 2;boolean containsValue(String key)
key:col value:整个值,包括id。
map<string, string> value = 2;@Deprecated Map<String,String> getValue()
getValueMap() instead.String getValueOrDefault(String key, String defaultValue)
key:col value:整个值,包括id。
map<string, string> value = 2;Copyright © 2023. All rights reserved.