public final class EsObj extends com.google.protobuf.GeneratedMessageV3 implements EsObjOrBuilder
net.wicp.tams.common.es.EsObj| 限定符和类型 | 类和说明 |
|---|---|
static class |
EsObj.Builder
Protobuf type
net.wicp.tams.common.es.EsObj |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ID_FIELD_NUMBER |
static int |
INDEXCOLNAME_FIELD_NUMBER |
static int |
RELAVALUE_FIELD_NUMBER |
static int |
SOURCE_FIELD_NUMBER |
static int |
UPDATESET_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsSource(String key)
key:colName value: value ,actionSub为doc时不能为空。
|
boolean |
equals(Object obj) |
static EsObj |
getDefaultInstance() |
EsObj |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
String |
getIndexColName()
索引的字段名,用于nojoin模式,如果是一对一的,一对一模式使用的列名,这个这段是flatted类型
string indexColName = 6; |
com.google.protobuf.ByteString |
getIndexColNameBytes()
索引的字段名,用于nojoin模式,如果是一对一的,一对一模式使用的列名,这个这段是flatted类型
string indexColName = 6; |
com.google.protobuf.Parser<EsObj> |
getParserForType() |
RelaValue |
getRelaValue()
.net.wicp.tams.common.es.RelaValue relaValue = 5; |
RelaValueOrBuilder |
getRelaValueOrBuilder()
.net.wicp.tams.common.es.RelaValue relaValue = 5; |
int |
getSerializedSize() |
Map<String,String> |
getSource()
已过时。
|
int |
getSourceCount()
key:colName value: value ,actionSub为doc时不能为空。
|
Map<String,String> |
getSourceMap()
key:colName value: value ,actionSub为doc时不能为空。
|
String |
getSourceOrDefault(String key,
String defaultValue)
key:colName value: value ,actionSub为doc时不能为空。
|
String |
getSourceOrThrow(String key)
key:colName value: value ,actionSub为doc时不能为空。
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
UpdateSet |
getUpdateSet()
.net.wicp.tams.common.es.UpdateSet updateSet = 2; |
UpdateSetOrBuilder |
getUpdateSetOrBuilder()
.net.wicp.tams.common.es.UpdateSet updateSet = 2; |
long |
getVersion()
int64 version = 3; |
int |
hashCode() |
boolean |
hasRelaValue()
.net.wicp.tams.common.es.RelaValue relaValue = 5; |
boolean |
hasUpdateSet()
.net.wicp.tams.common.es.UpdateSet updateSet = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static EsObj.Builder |
newBuilder() |
static EsObj.Builder |
newBuilder(EsObj prototype) |
EsObj.Builder |
newBuilderForType() |
protected EsObj.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static EsObj |
parseDelimitedFrom(InputStream input) |
static EsObj |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EsObj |
parseFrom(byte[] data) |
static EsObj |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EsObj |
parseFrom(ByteBuffer data) |
static EsObj |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EsObj |
parseFrom(com.google.protobuf.ByteString data) |
static EsObj |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EsObj |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EsObj |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EsObj |
parseFrom(InputStream input) |
static EsObj |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EsObj> |
parser() |
EsObj.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ID_FIELD_NUMBER
public static final int UPDATESET_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
public static final int RELAVALUE_FIELD_NUMBER
public static final int INDEXCOLNAME_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getId()
string id = 1;getId 在接口中 EsObjOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
string id = 1;getIdBytes 在接口中 EsObjOrBuilderpublic boolean hasUpdateSet()
.net.wicp.tams.common.es.UpdateSet updateSet = 2;hasUpdateSet 在接口中 EsObjOrBuilderpublic UpdateSet getUpdateSet()
.net.wicp.tams.common.es.UpdateSet updateSet = 2;getUpdateSet 在接口中 EsObjOrBuilderpublic UpdateSetOrBuilder getUpdateSetOrBuilder()
.net.wicp.tams.common.es.UpdateSet updateSet = 2;getUpdateSetOrBuilder 在接口中 EsObjOrBuilderpublic long getVersion()
int64 version = 3;getVersion 在接口中 EsObjOrBuilderpublic int getSourceCount()
EsObjOrBuilderkey:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;getSourceCount 在接口中 EsObjOrBuilderpublic boolean containsSource(String key)
key:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;containsSource 在接口中 EsObjOrBuilder@Deprecated public Map<String,String> getSource()
getSourceMap() instead.getSource 在接口中 EsObjOrBuilderpublic Map<String,String> getSourceMap()
key:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;getSourceMap 在接口中 EsObjOrBuilderpublic String getSourceOrDefault(String key, String defaultValue)
key:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;getSourceOrDefault 在接口中 EsObjOrBuilderpublic String getSourceOrThrow(String key)
key:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;getSourceOrThrow 在接口中 EsObjOrBuilderpublic boolean hasRelaValue()
.net.wicp.tams.common.es.RelaValue relaValue = 5;hasRelaValue 在接口中 EsObjOrBuilderpublic RelaValue getRelaValue()
.net.wicp.tams.common.es.RelaValue relaValue = 5;getRelaValue 在接口中 EsObjOrBuilderpublic RelaValueOrBuilder getRelaValueOrBuilder()
.net.wicp.tams.common.es.RelaValue relaValue = 5;getRelaValueOrBuilder 在接口中 EsObjOrBuilderpublic String getIndexColName()
索引的字段名,用于nojoin模式,如果是一对一的,一对一模式使用的列名,这个这段是flatted类型
string indexColName = 6;getIndexColName 在接口中 EsObjOrBuilderpublic com.google.protobuf.ByteString getIndexColNameBytes()
索引的字段名,用于nojoin模式,如果是一对一的,一对一模式使用的列名,这个这段是flatted类型
string indexColName = 6;getIndexColNameBytes 在接口中 EsObjOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static EsObj parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EsObj parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EsObj parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EsObj parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EsObj parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EsObj parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EsObj parseFrom(InputStream input) throws IOException
IOExceptionpublic static EsObj parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EsObj parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EsObj parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EsObj parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EsObj parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EsObj.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static EsObj.Builder newBuilder()
public static EsObj.Builder newBuilder(EsObj prototype)
public EsObj.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected EsObj.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static EsObj getDefaultInstance()
public static com.google.protobuf.Parser<EsObj> parser()
public com.google.protobuf.Parser<EsObj> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public EsObj getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2022. All rights reserved.