类 ProtoFeature.Map.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
- org.wowtools.giscat.vector.pojo.proto.ProtoFeature.Map.Builder
-
- 所有已实现的接口:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,ProtoFeature.MapOrBuilder
- 封闭类:
- ProtoFeature.Map
public static final class ProtoFeature.Map.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder> implements ProtoFeature.MapOrBuilder
属性 支持的属性类型 double float sint32 sint64 bool string bytes subProperty 属性使用keyId-value或keyId-valueId格式来存储 sint64、string等可能占用4字节及以上的对象,用valueId(int32)取代value来存储以减少体积 value本身则存放到FeatureCollection中 示例 [{id:4,name:'tom'},{id:5,name:'jerry',age:4}]转换后: FeatureCollection { keys = ['id','name','age'],//所有的key收集到keys中 sint32Values = [4,5],//所有的int value收集到sint32Values中 stringValues = ['tom','jerry'],//所有的string value收集到stringValues中 //其它类型的属性也是类似的方式收集为key value propertiess = [//具体的属性用keyId-value或keyId-valueId格式来存储 {sint32KeyIds=[0], sint32ValueIds=[0], stringKeyIds=[1], stringValueIds=[0]},//tom的属性 {0:0, 1:0} {sint32KeyIds=[0,2], sint32ValueIds=[1,0], stringKeyIds=[1], stringValueIds=[1]}//jerry的属性 {0:1, 1:1, 2:1} ] }Protobuf typepojo.Map
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 ProtoFeature.Map.BuilderaddAllBoolKeyIds(Iterable<? extends Integer> values)repeated int32 boolKeyIds = 9;ProtoFeature.Map.BuilderaddAllBoolValues(Iterable<? extends Boolean> values)repeated bool boolValues = 10;ProtoFeature.Map.BuilderaddAllBytesKeyIds(Iterable<? extends Integer> values)repeated int32 bytesKeyIds = 13;ProtoFeature.Map.BuilderaddAllBytesValueIds(Iterable<? extends Integer> values)repeated int32 bytesValueIds = 14;ProtoFeature.Map.BuilderaddAllDoubleKeyIds(Iterable<? extends Integer> values)key、value idProtoFeature.Map.BuilderaddAllDoubleValueIds(Iterable<? extends Integer> values)repeated int32 doubleValueIds = 2;ProtoFeature.Map.BuilderaddAllFloatKeyIds(Iterable<? extends Integer> values)repeated int32 floatKeyIds = 3;ProtoFeature.Map.BuilderaddAllFloatValueIds(Iterable<? extends Integer> values)repeated int32 floatValueIds = 4;ProtoFeature.Map.BuilderaddAllSint32KeyIds(Iterable<? extends Integer> values)repeated int32 sint32KeyIds = 5;ProtoFeature.Map.BuilderaddAllSint32ValueIds(Iterable<? extends Integer> values)repeated int32 sint32ValueIds = 6;ProtoFeature.Map.BuilderaddAllSint64KeyIds(Iterable<? extends Integer> values)repeated int32 sint64KeyIds = 7;ProtoFeature.Map.BuilderaddAllSint64ValueIds(Iterable<? extends Integer> values)repeated int32 sint64ValueIds = 8;ProtoFeature.Map.BuilderaddAllStringKeyIds(Iterable<? extends Integer> values)repeated int32 stringKeyIds = 11;ProtoFeature.Map.BuilderaddAllStringValueIds(Iterable<? extends Integer> values)repeated int32 stringValueIds = 12;ProtoFeature.Map.BuilderaddAllSubKeyIds(Iterable<? extends Integer> values)children Map key、value idProtoFeature.Map.BuilderaddAllSubMaps(Iterable<? extends ProtoFeature.Map> values)repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuilderaddBoolKeyIds(int value)repeated int32 boolKeyIds = 9;ProtoFeature.Map.BuilderaddBoolValues(boolean value)repeated bool boolValues = 10;ProtoFeature.Map.BuilderaddBytesKeyIds(int value)repeated int32 bytesKeyIds = 13;ProtoFeature.Map.BuilderaddBytesValueIds(int value)repeated int32 bytesValueIds = 14;ProtoFeature.Map.BuilderaddDoubleKeyIds(int value)key、value idProtoFeature.Map.BuilderaddDoubleValueIds(int value)repeated int32 doubleValueIds = 2;ProtoFeature.Map.BuilderaddFloatKeyIds(int value)repeated int32 floatKeyIds = 3;ProtoFeature.Map.BuilderaddFloatValueIds(int value)repeated int32 floatValueIds = 4;ProtoFeature.Map.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ProtoFeature.Map.BuilderaddSint32KeyIds(int value)repeated int32 sint32KeyIds = 5;ProtoFeature.Map.BuilderaddSint32ValueIds(int value)repeated int32 sint32ValueIds = 6;ProtoFeature.Map.BuilderaddSint64KeyIds(int value)repeated int32 sint64KeyIds = 7;ProtoFeature.Map.BuilderaddSint64ValueIds(int value)repeated int32 sint64ValueIds = 8;ProtoFeature.Map.BuilderaddStringKeyIds(int value)repeated int32 stringKeyIds = 11;ProtoFeature.Map.BuilderaddStringValueIds(int value)repeated int32 stringValueIds = 12;ProtoFeature.Map.BuilderaddSubKeyIds(int value)children Map key、value idProtoFeature.Map.BuilderaddSubMaps(int index, ProtoFeature.Map value)repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuilderaddSubMaps(int index, ProtoFeature.Map.Builder builderForValue)repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuilderaddSubMaps(ProtoFeature.Map value)repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuilderaddSubMaps(ProtoFeature.Map.Builder builderForValue)repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuilderaddSubMapsBuilder()repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuilderaddSubMapsBuilder(int index)repeated .pojo.Map subMaps = 16;ProtoFeature.Mapbuild()ProtoFeature.MapbuildPartial()ProtoFeature.Map.Builderclear()ProtoFeature.Map.BuilderclearBoolKeyIds()repeated int32 boolKeyIds = 9;ProtoFeature.Map.BuilderclearBoolValues()repeated bool boolValues = 10;ProtoFeature.Map.BuilderclearBytesKeyIds()repeated int32 bytesKeyIds = 13;ProtoFeature.Map.BuilderclearBytesValueIds()repeated int32 bytesValueIds = 14;ProtoFeature.Map.BuilderclearDoubleKeyIds()key、value idProtoFeature.Map.BuilderclearDoubleValueIds()repeated int32 doubleValueIds = 2;ProtoFeature.Map.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ProtoFeature.Map.BuilderclearFloatKeyIds()repeated int32 floatKeyIds = 3;ProtoFeature.Map.BuilderclearFloatValueIds()repeated int32 floatValueIds = 4;ProtoFeature.Map.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ProtoFeature.Map.BuilderclearSint32KeyIds()repeated int32 sint32KeyIds = 5;ProtoFeature.Map.BuilderclearSint32ValueIds()repeated int32 sint32ValueIds = 6;ProtoFeature.Map.BuilderclearSint64KeyIds()repeated int32 sint64KeyIds = 7;ProtoFeature.Map.BuilderclearSint64ValueIds()repeated int32 sint64ValueIds = 8;ProtoFeature.Map.BuilderclearStringKeyIds()repeated int32 stringKeyIds = 11;ProtoFeature.Map.BuilderclearStringValueIds()repeated int32 stringValueIds = 12;ProtoFeature.Map.BuilderclearSubKeyIds()children Map key、value idProtoFeature.Map.BuilderclearSubMaps()repeated .pojo.Map subMaps = 16;ProtoFeature.Map.Builderclone()intgetBoolKeyIds(int index)repeated int32 boolKeyIds = 9;intgetBoolKeyIdsCount()repeated int32 boolKeyIds = 9;List<Integer>getBoolKeyIdsList()repeated int32 boolKeyIds = 9;booleangetBoolValues(int index)repeated bool boolValues = 10;intgetBoolValuesCount()repeated bool boolValues = 10;List<Boolean>getBoolValuesList()repeated bool boolValues = 10;intgetBytesKeyIds(int index)repeated int32 bytesKeyIds = 13;intgetBytesKeyIdsCount()repeated int32 bytesKeyIds = 13;List<Integer>getBytesKeyIdsList()repeated int32 bytesKeyIds = 13;intgetBytesValueIds(int index)repeated int32 bytesValueIds = 14;intgetBytesValueIdsCount()repeated int32 bytesValueIds = 14;List<Integer>getBytesValueIdsList()repeated int32 bytesValueIds = 14;ProtoFeature.MapgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()intgetDoubleKeyIds(int index)key、value idintgetDoubleKeyIdsCount()key、value idList<Integer>getDoubleKeyIdsList()key、value idintgetDoubleValueIds(int index)repeated int32 doubleValueIds = 2;intgetDoubleValueIdsCount()repeated int32 doubleValueIds = 2;List<Integer>getDoubleValueIdsList()repeated int32 doubleValueIds = 2;intgetFloatKeyIds(int index)repeated int32 floatKeyIds = 3;intgetFloatKeyIdsCount()repeated int32 floatKeyIds = 3;List<Integer>getFloatKeyIdsList()repeated int32 floatKeyIds = 3;intgetFloatValueIds(int index)repeated int32 floatValueIds = 4;intgetFloatValueIdsCount()repeated int32 floatValueIds = 4;List<Integer>getFloatValueIdsList()repeated int32 floatValueIds = 4;intgetSint32KeyIds(int index)repeated int32 sint32KeyIds = 5;intgetSint32KeyIdsCount()repeated int32 sint32KeyIds = 5;List<Integer>getSint32KeyIdsList()repeated int32 sint32KeyIds = 5;intgetSint32ValueIds(int index)repeated int32 sint32ValueIds = 6;intgetSint32ValueIdsCount()repeated int32 sint32ValueIds = 6;List<Integer>getSint32ValueIdsList()repeated int32 sint32ValueIds = 6;intgetSint64KeyIds(int index)repeated int32 sint64KeyIds = 7;intgetSint64KeyIdsCount()repeated int32 sint64KeyIds = 7;List<Integer>getSint64KeyIdsList()repeated int32 sint64KeyIds = 7;intgetSint64ValueIds(int index)repeated int32 sint64ValueIds = 8;intgetSint64ValueIdsCount()repeated int32 sint64ValueIds = 8;List<Integer>getSint64ValueIdsList()repeated int32 sint64ValueIds = 8;intgetStringKeyIds(int index)repeated int32 stringKeyIds = 11;intgetStringKeyIdsCount()repeated int32 stringKeyIds = 11;List<Integer>getStringKeyIdsList()repeated int32 stringKeyIds = 11;intgetStringValueIds(int index)repeated int32 stringValueIds = 12;intgetStringValueIdsCount()repeated int32 stringValueIds = 12;List<Integer>getStringValueIdsList()repeated int32 stringValueIds = 12;intgetSubKeyIds(int index)children Map key、value idintgetSubKeyIdsCount()children Map key、value idList<Integer>getSubKeyIdsList()children Map key、value idProtoFeature.MapgetSubMaps(int index)repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuildergetSubMapsBuilder(int index)repeated .pojo.Map subMaps = 16;List<ProtoFeature.Map.Builder>getSubMapsBuilderList()repeated .pojo.Map subMaps = 16;intgetSubMapsCount()repeated .pojo.Map subMaps = 16;List<ProtoFeature.Map>getSubMapsList()repeated .pojo.Map subMaps = 16;ProtoFeature.MapOrBuildergetSubMapsOrBuilder(int index)repeated .pojo.Map subMaps = 16;List<? extends ProtoFeature.MapOrBuilder>getSubMapsOrBuilderList()repeated .pojo.Map subMaps = 16;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ProtoFeature.Map.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ProtoFeature.Map.BuildermergeFrom(com.google.protobuf.Message other)ProtoFeature.Map.BuildermergeFrom(ProtoFeature.Map other)ProtoFeature.Map.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ProtoFeature.Map.BuilderremoveSubMaps(int index)repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuildersetBoolKeyIds(int index, int value)repeated int32 boolKeyIds = 9;ProtoFeature.Map.BuildersetBoolValues(int index, boolean value)repeated bool boolValues = 10;ProtoFeature.Map.BuildersetBytesKeyIds(int index, int value)repeated int32 bytesKeyIds = 13;ProtoFeature.Map.BuildersetBytesValueIds(int index, int value)repeated int32 bytesValueIds = 14;ProtoFeature.Map.BuildersetDoubleKeyIds(int index, int value)key、value idProtoFeature.Map.BuildersetDoubleValueIds(int index, int value)repeated int32 doubleValueIds = 2;ProtoFeature.Map.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ProtoFeature.Map.BuildersetFloatKeyIds(int index, int value)repeated int32 floatKeyIds = 3;ProtoFeature.Map.BuildersetFloatValueIds(int index, int value)repeated int32 floatValueIds = 4;ProtoFeature.Map.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ProtoFeature.Map.BuildersetSint32KeyIds(int index, int value)repeated int32 sint32KeyIds = 5;ProtoFeature.Map.BuildersetSint32ValueIds(int index, int value)repeated int32 sint32ValueIds = 6;ProtoFeature.Map.BuildersetSint64KeyIds(int index, int value)repeated int32 sint64KeyIds = 7;ProtoFeature.Map.BuildersetSint64ValueIds(int index, int value)repeated int32 sint64ValueIds = 8;ProtoFeature.Map.BuildersetStringKeyIds(int index, int value)repeated int32 stringKeyIds = 11;ProtoFeature.Map.BuildersetStringValueIds(int index, int value)repeated int32 stringValueIds = 12;ProtoFeature.Map.BuildersetSubKeyIds(int index, int value)children Map key、value idProtoFeature.Map.BuildersetSubMaps(int index, ProtoFeature.Map value)repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuildersetSubMaps(int index, ProtoFeature.Map.Builder builderForValue)repeated .pojo.Map subMaps = 16;ProtoFeature.Map.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
从类继承的方法 com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
从类继承的方法 com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
-
-
-
方法详细资料
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
clear
public ProtoFeature.Map.Builder clear()
- 指定者:
clear在接口中com.google.protobuf.Message.Builder- 指定者:
clear在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clear在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
getDescriptorForType在接口中com.google.protobuf.Message.Builder- 指定者:
getDescriptorForType在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getDescriptorForType在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
getDefaultInstanceForType
public ProtoFeature.Map getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
build
public ProtoFeature.Map build()
- 指定者:
build在接口中com.google.protobuf.Message.Builder- 指定者:
build在接口中com.google.protobuf.MessageLite.Builder
-
buildPartial
public ProtoFeature.Map buildPartial()
- 指定者:
buildPartial在接口中com.google.protobuf.Message.Builder- 指定者:
buildPartial在接口中com.google.protobuf.MessageLite.Builder
-
clone
public ProtoFeature.Map.Builder clone()
- 指定者:
clone在接口中com.google.protobuf.Message.Builder- 指定者:
clone在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clone在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
setField
public ProtoFeature.Map.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- 指定者:
setField在接口中com.google.protobuf.Message.Builder- 覆盖:
setField在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
clearField
public ProtoFeature.Map.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- 指定者:
clearField在接口中com.google.protobuf.Message.Builder- 覆盖:
clearField在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
clearOneof
public ProtoFeature.Map.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- 指定者:
clearOneof在接口中com.google.protobuf.Message.Builder- 覆盖:
clearOneof在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
setRepeatedField
public ProtoFeature.Map.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- 指定者:
setRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
setRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
addRepeatedField
public ProtoFeature.Map.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- 指定者:
addRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
addRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
mergeFrom
public ProtoFeature.Map.Builder mergeFrom(com.google.protobuf.Message other)
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<ProtoFeature.Map.Builder>
-
mergeFrom
public ProtoFeature.Map.Builder mergeFrom(ProtoFeature.Map other)
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
mergeFrom
public ProtoFeature.Map.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 指定者:
mergeFrom在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<ProtoFeature.Map.Builder>- 抛出:
IOException
-
getDoubleKeyIdsList
public List<Integer> getDoubleKeyIdsList()
key、value id
repeated int32 doubleKeyIds = 1;- 指定者:
getDoubleKeyIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the doubleKeyIds.
-
getDoubleKeyIdsCount
public int getDoubleKeyIdsCount()
key、value id
repeated int32 doubleKeyIds = 1;- 指定者:
getDoubleKeyIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of doubleKeyIds.
-
getDoubleKeyIds
public int getDoubleKeyIds(int index)
key、value id
repeated int32 doubleKeyIds = 1;- 指定者:
getDoubleKeyIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The doubleKeyIds at the given index.
-
setDoubleKeyIds
public ProtoFeature.Map.Builder setDoubleKeyIds(int index, int value)
key、value id
repeated int32 doubleKeyIds = 1;- 参数:
index- The index to set the value at.value- The doubleKeyIds to set.- 返回:
- This builder for chaining.
-
addDoubleKeyIds
public ProtoFeature.Map.Builder addDoubleKeyIds(int value)
key、value id
repeated int32 doubleKeyIds = 1;- 参数:
value- The doubleKeyIds to add.- 返回:
- This builder for chaining.
-
addAllDoubleKeyIds
public ProtoFeature.Map.Builder addAllDoubleKeyIds(Iterable<? extends Integer> values)
key、value id
repeated int32 doubleKeyIds = 1;- 参数:
values- The doubleKeyIds to add.- 返回:
- This builder for chaining.
-
clearDoubleKeyIds
public ProtoFeature.Map.Builder clearDoubleKeyIds()
key、value id
repeated int32 doubleKeyIds = 1;- 返回:
- This builder for chaining.
-
getDoubleValueIdsList
public List<Integer> getDoubleValueIdsList()
repeated int32 doubleValueIds = 2;- 指定者:
getDoubleValueIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the doubleValueIds.
-
getDoubleValueIdsCount
public int getDoubleValueIdsCount()
repeated int32 doubleValueIds = 2;- 指定者:
getDoubleValueIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of doubleValueIds.
-
getDoubleValueIds
public int getDoubleValueIds(int index)
repeated int32 doubleValueIds = 2;- 指定者:
getDoubleValueIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The doubleValueIds at the given index.
-
setDoubleValueIds
public ProtoFeature.Map.Builder setDoubleValueIds(int index, int value)
repeated int32 doubleValueIds = 2;- 参数:
index- The index to set the value at.value- The doubleValueIds to set.- 返回:
- This builder for chaining.
-
addDoubleValueIds
public ProtoFeature.Map.Builder addDoubleValueIds(int value)
repeated int32 doubleValueIds = 2;- 参数:
value- The doubleValueIds to add.- 返回:
- This builder for chaining.
-
addAllDoubleValueIds
public ProtoFeature.Map.Builder addAllDoubleValueIds(Iterable<? extends Integer> values)
repeated int32 doubleValueIds = 2;- 参数:
values- The doubleValueIds to add.- 返回:
- This builder for chaining.
-
clearDoubleValueIds
public ProtoFeature.Map.Builder clearDoubleValueIds()
repeated int32 doubleValueIds = 2;- 返回:
- This builder for chaining.
-
getFloatKeyIdsList
public List<Integer> getFloatKeyIdsList()
repeated int32 floatKeyIds = 3;- 指定者:
getFloatKeyIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the floatKeyIds.
-
getFloatKeyIdsCount
public int getFloatKeyIdsCount()
repeated int32 floatKeyIds = 3;- 指定者:
getFloatKeyIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of floatKeyIds.
-
getFloatKeyIds
public int getFloatKeyIds(int index)
repeated int32 floatKeyIds = 3;- 指定者:
getFloatKeyIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The floatKeyIds at the given index.
-
setFloatKeyIds
public ProtoFeature.Map.Builder setFloatKeyIds(int index, int value)
repeated int32 floatKeyIds = 3;- 参数:
index- The index to set the value at.value- The floatKeyIds to set.- 返回:
- This builder for chaining.
-
addFloatKeyIds
public ProtoFeature.Map.Builder addFloatKeyIds(int value)
repeated int32 floatKeyIds = 3;- 参数:
value- The floatKeyIds to add.- 返回:
- This builder for chaining.
-
addAllFloatKeyIds
public ProtoFeature.Map.Builder addAllFloatKeyIds(Iterable<? extends Integer> values)
repeated int32 floatKeyIds = 3;- 参数:
values- The floatKeyIds to add.- 返回:
- This builder for chaining.
-
clearFloatKeyIds
public ProtoFeature.Map.Builder clearFloatKeyIds()
repeated int32 floatKeyIds = 3;- 返回:
- This builder for chaining.
-
getFloatValueIdsList
public List<Integer> getFloatValueIdsList()
repeated int32 floatValueIds = 4;- 指定者:
getFloatValueIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the floatValueIds.
-
getFloatValueIdsCount
public int getFloatValueIdsCount()
repeated int32 floatValueIds = 4;- 指定者:
getFloatValueIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of floatValueIds.
-
getFloatValueIds
public int getFloatValueIds(int index)
repeated int32 floatValueIds = 4;- 指定者:
getFloatValueIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The floatValueIds at the given index.
-
setFloatValueIds
public ProtoFeature.Map.Builder setFloatValueIds(int index, int value)
repeated int32 floatValueIds = 4;- 参数:
index- The index to set the value at.value- The floatValueIds to set.- 返回:
- This builder for chaining.
-
addFloatValueIds
public ProtoFeature.Map.Builder addFloatValueIds(int value)
repeated int32 floatValueIds = 4;- 参数:
value- The floatValueIds to add.- 返回:
- This builder for chaining.
-
addAllFloatValueIds
public ProtoFeature.Map.Builder addAllFloatValueIds(Iterable<? extends Integer> values)
repeated int32 floatValueIds = 4;- 参数:
values- The floatValueIds to add.- 返回:
- This builder for chaining.
-
clearFloatValueIds
public ProtoFeature.Map.Builder clearFloatValueIds()
repeated int32 floatValueIds = 4;- 返回:
- This builder for chaining.
-
getSint32KeyIdsList
public List<Integer> getSint32KeyIdsList()
repeated int32 sint32KeyIds = 5;- 指定者:
getSint32KeyIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the sint32KeyIds.
-
getSint32KeyIdsCount
public int getSint32KeyIdsCount()
repeated int32 sint32KeyIds = 5;- 指定者:
getSint32KeyIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of sint32KeyIds.
-
getSint32KeyIds
public int getSint32KeyIds(int index)
repeated int32 sint32KeyIds = 5;- 指定者:
getSint32KeyIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The sint32KeyIds at the given index.
-
setSint32KeyIds
public ProtoFeature.Map.Builder setSint32KeyIds(int index, int value)
repeated int32 sint32KeyIds = 5;- 参数:
index- The index to set the value at.value- The sint32KeyIds to set.- 返回:
- This builder for chaining.
-
addSint32KeyIds
public ProtoFeature.Map.Builder addSint32KeyIds(int value)
repeated int32 sint32KeyIds = 5;- 参数:
value- The sint32KeyIds to add.- 返回:
- This builder for chaining.
-
addAllSint32KeyIds
public ProtoFeature.Map.Builder addAllSint32KeyIds(Iterable<? extends Integer> values)
repeated int32 sint32KeyIds = 5;- 参数:
values- The sint32KeyIds to add.- 返回:
- This builder for chaining.
-
clearSint32KeyIds
public ProtoFeature.Map.Builder clearSint32KeyIds()
repeated int32 sint32KeyIds = 5;- 返回:
- This builder for chaining.
-
getSint32ValueIdsList
public List<Integer> getSint32ValueIdsList()
repeated int32 sint32ValueIds = 6;- 指定者:
getSint32ValueIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the sint32ValueIds.
-
getSint32ValueIdsCount
public int getSint32ValueIdsCount()
repeated int32 sint32ValueIds = 6;- 指定者:
getSint32ValueIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of sint32ValueIds.
-
getSint32ValueIds
public int getSint32ValueIds(int index)
repeated int32 sint32ValueIds = 6;- 指定者:
getSint32ValueIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The sint32ValueIds at the given index.
-
setSint32ValueIds
public ProtoFeature.Map.Builder setSint32ValueIds(int index, int value)
repeated int32 sint32ValueIds = 6;- 参数:
index- The index to set the value at.value- The sint32ValueIds to set.- 返回:
- This builder for chaining.
-
addSint32ValueIds
public ProtoFeature.Map.Builder addSint32ValueIds(int value)
repeated int32 sint32ValueIds = 6;- 参数:
value- The sint32ValueIds to add.- 返回:
- This builder for chaining.
-
addAllSint32ValueIds
public ProtoFeature.Map.Builder addAllSint32ValueIds(Iterable<? extends Integer> values)
repeated int32 sint32ValueIds = 6;- 参数:
values- The sint32ValueIds to add.- 返回:
- This builder for chaining.
-
clearSint32ValueIds
public ProtoFeature.Map.Builder clearSint32ValueIds()
repeated int32 sint32ValueIds = 6;- 返回:
- This builder for chaining.
-
getSint64KeyIdsList
public List<Integer> getSint64KeyIdsList()
repeated int32 sint64KeyIds = 7;- 指定者:
getSint64KeyIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the sint64KeyIds.
-
getSint64KeyIdsCount
public int getSint64KeyIdsCount()
repeated int32 sint64KeyIds = 7;- 指定者:
getSint64KeyIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of sint64KeyIds.
-
getSint64KeyIds
public int getSint64KeyIds(int index)
repeated int32 sint64KeyIds = 7;- 指定者:
getSint64KeyIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The sint64KeyIds at the given index.
-
setSint64KeyIds
public ProtoFeature.Map.Builder setSint64KeyIds(int index, int value)
repeated int32 sint64KeyIds = 7;- 参数:
index- The index to set the value at.value- The sint64KeyIds to set.- 返回:
- This builder for chaining.
-
addSint64KeyIds
public ProtoFeature.Map.Builder addSint64KeyIds(int value)
repeated int32 sint64KeyIds = 7;- 参数:
value- The sint64KeyIds to add.- 返回:
- This builder for chaining.
-
addAllSint64KeyIds
public ProtoFeature.Map.Builder addAllSint64KeyIds(Iterable<? extends Integer> values)
repeated int32 sint64KeyIds = 7;- 参数:
values- The sint64KeyIds to add.- 返回:
- This builder for chaining.
-
clearSint64KeyIds
public ProtoFeature.Map.Builder clearSint64KeyIds()
repeated int32 sint64KeyIds = 7;- 返回:
- This builder for chaining.
-
getSint64ValueIdsList
public List<Integer> getSint64ValueIdsList()
repeated int32 sint64ValueIds = 8;- 指定者:
getSint64ValueIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the sint64ValueIds.
-
getSint64ValueIdsCount
public int getSint64ValueIdsCount()
repeated int32 sint64ValueIds = 8;- 指定者:
getSint64ValueIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of sint64ValueIds.
-
getSint64ValueIds
public int getSint64ValueIds(int index)
repeated int32 sint64ValueIds = 8;- 指定者:
getSint64ValueIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The sint64ValueIds at the given index.
-
setSint64ValueIds
public ProtoFeature.Map.Builder setSint64ValueIds(int index, int value)
repeated int32 sint64ValueIds = 8;- 参数:
index- The index to set the value at.value- The sint64ValueIds to set.- 返回:
- This builder for chaining.
-
addSint64ValueIds
public ProtoFeature.Map.Builder addSint64ValueIds(int value)
repeated int32 sint64ValueIds = 8;- 参数:
value- The sint64ValueIds to add.- 返回:
- This builder for chaining.
-
addAllSint64ValueIds
public ProtoFeature.Map.Builder addAllSint64ValueIds(Iterable<? extends Integer> values)
repeated int32 sint64ValueIds = 8;- 参数:
values- The sint64ValueIds to add.- 返回:
- This builder for chaining.
-
clearSint64ValueIds
public ProtoFeature.Map.Builder clearSint64ValueIds()
repeated int32 sint64ValueIds = 8;- 返回:
- This builder for chaining.
-
getBoolKeyIdsList
public List<Integer> getBoolKeyIdsList()
repeated int32 boolKeyIds = 9;- 指定者:
getBoolKeyIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the boolKeyIds.
-
getBoolKeyIdsCount
public int getBoolKeyIdsCount()
repeated int32 boolKeyIds = 9;- 指定者:
getBoolKeyIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of boolKeyIds.
-
getBoolKeyIds
public int getBoolKeyIds(int index)
repeated int32 boolKeyIds = 9;- 指定者:
getBoolKeyIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The boolKeyIds at the given index.
-
setBoolKeyIds
public ProtoFeature.Map.Builder setBoolKeyIds(int index, int value)
repeated int32 boolKeyIds = 9;- 参数:
index- The index to set the value at.value- The boolKeyIds to set.- 返回:
- This builder for chaining.
-
addBoolKeyIds
public ProtoFeature.Map.Builder addBoolKeyIds(int value)
repeated int32 boolKeyIds = 9;- 参数:
value- The boolKeyIds to add.- 返回:
- This builder for chaining.
-
addAllBoolKeyIds
public ProtoFeature.Map.Builder addAllBoolKeyIds(Iterable<? extends Integer> values)
repeated int32 boolKeyIds = 9;- 参数:
values- The boolKeyIds to add.- 返回:
- This builder for chaining.
-
clearBoolKeyIds
public ProtoFeature.Map.Builder clearBoolKeyIds()
repeated int32 boolKeyIds = 9;- 返回:
- This builder for chaining.
-
getBoolValuesList
public List<Boolean> getBoolValuesList()
repeated bool boolValues = 10;- 指定者:
getBoolValuesList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the boolValues.
-
getBoolValuesCount
public int getBoolValuesCount()
repeated bool boolValues = 10;- 指定者:
getBoolValuesCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of boolValues.
-
getBoolValues
public boolean getBoolValues(int index)
repeated bool boolValues = 10;- 指定者:
getBoolValues在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The boolValues at the given index.
-
setBoolValues
public ProtoFeature.Map.Builder setBoolValues(int index, boolean value)
repeated bool boolValues = 10;- 参数:
index- The index to set the value at.value- The boolValues to set.- 返回:
- This builder for chaining.
-
addBoolValues
public ProtoFeature.Map.Builder addBoolValues(boolean value)
repeated bool boolValues = 10;- 参数:
value- The boolValues to add.- 返回:
- This builder for chaining.
-
addAllBoolValues
public ProtoFeature.Map.Builder addAllBoolValues(Iterable<? extends Boolean> values)
repeated bool boolValues = 10;- 参数:
values- The boolValues to add.- 返回:
- This builder for chaining.
-
clearBoolValues
public ProtoFeature.Map.Builder clearBoolValues()
repeated bool boolValues = 10;- 返回:
- This builder for chaining.
-
getStringKeyIdsList
public List<Integer> getStringKeyIdsList()
repeated int32 stringKeyIds = 11;- 指定者:
getStringKeyIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the stringKeyIds.
-
getStringKeyIdsCount
public int getStringKeyIdsCount()
repeated int32 stringKeyIds = 11;- 指定者:
getStringKeyIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of stringKeyIds.
-
getStringKeyIds
public int getStringKeyIds(int index)
repeated int32 stringKeyIds = 11;- 指定者:
getStringKeyIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The stringKeyIds at the given index.
-
setStringKeyIds
public ProtoFeature.Map.Builder setStringKeyIds(int index, int value)
repeated int32 stringKeyIds = 11;- 参数:
index- The index to set the value at.value- The stringKeyIds to set.- 返回:
- This builder for chaining.
-
addStringKeyIds
public ProtoFeature.Map.Builder addStringKeyIds(int value)
repeated int32 stringKeyIds = 11;- 参数:
value- The stringKeyIds to add.- 返回:
- This builder for chaining.
-
addAllStringKeyIds
public ProtoFeature.Map.Builder addAllStringKeyIds(Iterable<? extends Integer> values)
repeated int32 stringKeyIds = 11;- 参数:
values- The stringKeyIds to add.- 返回:
- This builder for chaining.
-
clearStringKeyIds
public ProtoFeature.Map.Builder clearStringKeyIds()
repeated int32 stringKeyIds = 11;- 返回:
- This builder for chaining.
-
getStringValueIdsList
public List<Integer> getStringValueIdsList()
repeated int32 stringValueIds = 12;- 指定者:
getStringValueIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the stringValueIds.
-
getStringValueIdsCount
public int getStringValueIdsCount()
repeated int32 stringValueIds = 12;- 指定者:
getStringValueIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of stringValueIds.
-
getStringValueIds
public int getStringValueIds(int index)
repeated int32 stringValueIds = 12;- 指定者:
getStringValueIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The stringValueIds at the given index.
-
setStringValueIds
public ProtoFeature.Map.Builder setStringValueIds(int index, int value)
repeated int32 stringValueIds = 12;- 参数:
index- The index to set the value at.value- The stringValueIds to set.- 返回:
- This builder for chaining.
-
addStringValueIds
public ProtoFeature.Map.Builder addStringValueIds(int value)
repeated int32 stringValueIds = 12;- 参数:
value- The stringValueIds to add.- 返回:
- This builder for chaining.
-
addAllStringValueIds
public ProtoFeature.Map.Builder addAllStringValueIds(Iterable<? extends Integer> values)
repeated int32 stringValueIds = 12;- 参数:
values- The stringValueIds to add.- 返回:
- This builder for chaining.
-
clearStringValueIds
public ProtoFeature.Map.Builder clearStringValueIds()
repeated int32 stringValueIds = 12;- 返回:
- This builder for chaining.
-
getBytesKeyIdsList
public List<Integer> getBytesKeyIdsList()
repeated int32 bytesKeyIds = 13;- 指定者:
getBytesKeyIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the bytesKeyIds.
-
getBytesKeyIdsCount
public int getBytesKeyIdsCount()
repeated int32 bytesKeyIds = 13;- 指定者:
getBytesKeyIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of bytesKeyIds.
-
getBytesKeyIds
public int getBytesKeyIds(int index)
repeated int32 bytesKeyIds = 13;- 指定者:
getBytesKeyIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The bytesKeyIds at the given index.
-
setBytesKeyIds
public ProtoFeature.Map.Builder setBytesKeyIds(int index, int value)
repeated int32 bytesKeyIds = 13;- 参数:
index- The index to set the value at.value- The bytesKeyIds to set.- 返回:
- This builder for chaining.
-
addBytesKeyIds
public ProtoFeature.Map.Builder addBytesKeyIds(int value)
repeated int32 bytesKeyIds = 13;- 参数:
value- The bytesKeyIds to add.- 返回:
- This builder for chaining.
-
addAllBytesKeyIds
public ProtoFeature.Map.Builder addAllBytesKeyIds(Iterable<? extends Integer> values)
repeated int32 bytesKeyIds = 13;- 参数:
values- The bytesKeyIds to add.- 返回:
- This builder for chaining.
-
clearBytesKeyIds
public ProtoFeature.Map.Builder clearBytesKeyIds()
repeated int32 bytesKeyIds = 13;- 返回:
- This builder for chaining.
-
getBytesValueIdsList
public List<Integer> getBytesValueIdsList()
repeated int32 bytesValueIds = 14;- 指定者:
getBytesValueIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the bytesValueIds.
-
getBytesValueIdsCount
public int getBytesValueIdsCount()
repeated int32 bytesValueIds = 14;- 指定者:
getBytesValueIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of bytesValueIds.
-
getBytesValueIds
public int getBytesValueIds(int index)
repeated int32 bytesValueIds = 14;- 指定者:
getBytesValueIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The bytesValueIds at the given index.
-
setBytesValueIds
public ProtoFeature.Map.Builder setBytesValueIds(int index, int value)
repeated int32 bytesValueIds = 14;- 参数:
index- The index to set the value at.value- The bytesValueIds to set.- 返回:
- This builder for chaining.
-
addBytesValueIds
public ProtoFeature.Map.Builder addBytesValueIds(int value)
repeated int32 bytesValueIds = 14;- 参数:
value- The bytesValueIds to add.- 返回:
- This builder for chaining.
-
addAllBytesValueIds
public ProtoFeature.Map.Builder addAllBytesValueIds(Iterable<? extends Integer> values)
repeated int32 bytesValueIds = 14;- 参数:
values- The bytesValueIds to add.- 返回:
- This builder for chaining.
-
clearBytesValueIds
public ProtoFeature.Map.Builder clearBytesValueIds()
repeated int32 bytesValueIds = 14;- 返回:
- This builder for chaining.
-
getSubKeyIdsList
public List<Integer> getSubKeyIdsList()
children Map key、value id
repeated int32 subKeyIds = 15;- 指定者:
getSubKeyIdsList在接口中ProtoFeature.MapOrBuilder- 返回:
- A list containing the subKeyIds.
-
getSubKeyIdsCount
public int getSubKeyIdsCount()
children Map key、value id
repeated int32 subKeyIds = 15;- 指定者:
getSubKeyIdsCount在接口中ProtoFeature.MapOrBuilder- 返回:
- The count of subKeyIds.
-
getSubKeyIds
public int getSubKeyIds(int index)
children Map key、value id
repeated int32 subKeyIds = 15;- 指定者:
getSubKeyIds在接口中ProtoFeature.MapOrBuilder- 参数:
index- The index of the element to return.- 返回:
- The subKeyIds at the given index.
-
setSubKeyIds
public ProtoFeature.Map.Builder setSubKeyIds(int index, int value)
children Map key、value id
repeated int32 subKeyIds = 15;- 参数:
index- The index to set the value at.value- The subKeyIds to set.- 返回:
- This builder for chaining.
-
addSubKeyIds
public ProtoFeature.Map.Builder addSubKeyIds(int value)
children Map key、value id
repeated int32 subKeyIds = 15;- 参数:
value- The subKeyIds to add.- 返回:
- This builder for chaining.
-
addAllSubKeyIds
public ProtoFeature.Map.Builder addAllSubKeyIds(Iterable<? extends Integer> values)
children Map key、value id
repeated int32 subKeyIds = 15;- 参数:
values- The subKeyIds to add.- 返回:
- This builder for chaining.
-
clearSubKeyIds
public ProtoFeature.Map.Builder clearSubKeyIds()
children Map key、value id
repeated int32 subKeyIds = 15;- 返回:
- This builder for chaining.
-
getSubMapsList
public List<ProtoFeature.Map> getSubMapsList()
repeated .pojo.Map subMaps = 16;- 指定者:
getSubMapsList在接口中ProtoFeature.MapOrBuilder
-
getSubMapsCount
public int getSubMapsCount()
repeated .pojo.Map subMaps = 16;- 指定者:
getSubMapsCount在接口中ProtoFeature.MapOrBuilder
-
getSubMaps
public ProtoFeature.Map getSubMaps(int index)
repeated .pojo.Map subMaps = 16;- 指定者:
getSubMaps在接口中ProtoFeature.MapOrBuilder
-
setSubMaps
public ProtoFeature.Map.Builder setSubMaps(int index, ProtoFeature.Map value)
repeated .pojo.Map subMaps = 16;
-
setSubMaps
public ProtoFeature.Map.Builder setSubMaps(int index, ProtoFeature.Map.Builder builderForValue)
repeated .pojo.Map subMaps = 16;
-
addSubMaps
public ProtoFeature.Map.Builder addSubMaps(ProtoFeature.Map value)
repeated .pojo.Map subMaps = 16;
-
addSubMaps
public ProtoFeature.Map.Builder addSubMaps(int index, ProtoFeature.Map value)
repeated .pojo.Map subMaps = 16;
-
addSubMaps
public ProtoFeature.Map.Builder addSubMaps(ProtoFeature.Map.Builder builderForValue)
repeated .pojo.Map subMaps = 16;
-
addSubMaps
public ProtoFeature.Map.Builder addSubMaps(int index, ProtoFeature.Map.Builder builderForValue)
repeated .pojo.Map subMaps = 16;
-
addAllSubMaps
public ProtoFeature.Map.Builder addAllSubMaps(Iterable<? extends ProtoFeature.Map> values)
repeated .pojo.Map subMaps = 16;
-
clearSubMaps
public ProtoFeature.Map.Builder clearSubMaps()
repeated .pojo.Map subMaps = 16;
-
removeSubMaps
public ProtoFeature.Map.Builder removeSubMaps(int index)
repeated .pojo.Map subMaps = 16;
-
getSubMapsBuilder
public ProtoFeature.Map.Builder getSubMapsBuilder(int index)
repeated .pojo.Map subMaps = 16;
-
getSubMapsOrBuilder
public ProtoFeature.MapOrBuilder getSubMapsOrBuilder(int index)
repeated .pojo.Map subMaps = 16;- 指定者:
getSubMapsOrBuilder在接口中ProtoFeature.MapOrBuilder
-
getSubMapsOrBuilderList
public List<? extends ProtoFeature.MapOrBuilder> getSubMapsOrBuilderList()
repeated .pojo.Map subMaps = 16;
-
addSubMapsBuilder
public ProtoFeature.Map.Builder addSubMapsBuilder()
repeated .pojo.Map subMaps = 16;
-
addSubMapsBuilder
public ProtoFeature.Map.Builder addSubMapsBuilder(int index)
repeated .pojo.Map subMaps = 16;
-
getSubMapsBuilderList
public List<ProtoFeature.Map.Builder> getSubMapsBuilderList()
repeated .pojo.Map subMaps = 16;
-
setUnknownFields
public final ProtoFeature.Map.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
setUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
setUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
mergeUnknownFields
public final ProtoFeature.Map.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
mergeUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<ProtoFeature.Map.Builder>
-
-