public static final class Search.ExtendedStatsAggResult.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.ExtendedStatsAggResult.Builder> implements Search.ExtendedStatsAggResultOrBuilder
com.alicloud.openservices.tablestore.core.protocol.ExtendedStatsAggResult| 限定符和类型 | 方法和说明 |
|---|---|
Search.ExtendedStatsAggResult |
build() |
Search.ExtendedStatsAggResult |
buildPartial() |
Search.ExtendedStatsAggResult.Builder |
clear() |
Search.ExtendedStatsAggResult.Builder |
clearAvg()
optional double avg = 4; |
Search.ExtendedStatsAggResult.Builder |
clearCount()
optional int64 count = 1; |
Search.ExtendedStatsAggResult.Builder |
clearMax()
optional double max = 3; |
Search.ExtendedStatsAggResult.Builder |
clearMin()
optional double min = 2; |
Search.ExtendedStatsAggResult.Builder |
clearStdDeviation()
optional double std_deviation = 8; |
Search.ExtendedStatsAggResult.Builder |
clearStdDeviationBoundsLower()
optional double std_deviation_bounds_lower = 10; |
Search.ExtendedStatsAggResult.Builder |
clearStdDeviationBoundsUpper()
optional double std_deviation_bounds_upper = 9; |
Search.ExtendedStatsAggResult.Builder |
clearSum()
optional double sum = 5; |
Search.ExtendedStatsAggResult.Builder |
clearSumOfSquares()
optional double sum_of_squares = 6; |
Search.ExtendedStatsAggResult.Builder |
clearVariance()
optional double variance = 7; |
double |
getAvg()
optional double avg = 4; |
long |
getCount()
optional int64 count = 1; |
Search.ExtendedStatsAggResult |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getMax()
optional double max = 3; |
double |
getMin()
optional double min = 2; |
double |
getStdDeviation()
optional double std_deviation = 8; |
double |
getStdDeviationBoundsLower()
optional double std_deviation_bounds_lower = 10; |
double |
getStdDeviationBoundsUpper()
optional double std_deviation_bounds_upper = 9; |
double |
getSum()
optional double sum = 5; |
double |
getSumOfSquares()
optional double sum_of_squares = 6; |
double |
getVariance()
optional double variance = 7; |
boolean |
hasAvg()
optional double avg = 4; |
boolean |
hasCount()
optional int64 count = 1; |
boolean |
hasMax()
optional double max = 3; |
boolean |
hasMin()
optional double min = 2; |
boolean |
hasStdDeviation()
optional double std_deviation = 8; |
boolean |
hasStdDeviationBoundsLower()
optional double std_deviation_bounds_lower = 10; |
boolean |
hasStdDeviationBoundsUpper()
optional double std_deviation_bounds_upper = 9; |
boolean |
hasSum()
optional double sum = 5; |
boolean |
hasSumOfSquares()
optional double sum_of_squares = 6; |
boolean |
hasVariance()
optional double variance = 7; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Search.ExtendedStatsAggResult.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.ExtendedStatsAggResult.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.ExtendedStatsAggResult.Builder |
mergeFrom(Search.ExtendedStatsAggResult other) |
Search.ExtendedStatsAggResult.Builder |
setAvg(double value)
optional double avg = 4; |
Search.ExtendedStatsAggResult.Builder |
setCount(long value)
optional int64 count = 1; |
Search.ExtendedStatsAggResult.Builder |
setMax(double value)
optional double max = 3; |
Search.ExtendedStatsAggResult.Builder |
setMin(double value)
optional double min = 2; |
Search.ExtendedStatsAggResult.Builder |
setStdDeviation(double value)
optional double std_deviation = 8; |
Search.ExtendedStatsAggResult.Builder |
setStdDeviationBoundsLower(double value)
optional double std_deviation_bounds_lower = 10; |
Search.ExtendedStatsAggResult.Builder |
setStdDeviationBoundsUpper(double value)
optional double std_deviation_bounds_upper = 9; |
Search.ExtendedStatsAggResult.Builder |
setSum(double value)
optional double sum = 5; |
Search.ExtendedStatsAggResult.Builder |
setSumOfSquares(double value)
optional double sum_of_squares = 6; |
Search.ExtendedStatsAggResult.Builder |
setVariance(double value)
optional double variance = 7; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionpublic static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.ExtendedStatsAggResult.Builder>public Search.ExtendedStatsAggResult.Builder clear()
clear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.ExtendedStatsAggResult.Builder>public com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.ExtendedStatsAggResult.Builder>public Search.ExtendedStatsAggResult getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic Search.ExtendedStatsAggResult build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Search.ExtendedStatsAggResult buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Search.ExtendedStatsAggResult.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Search.ExtendedStatsAggResult.Builder>public Search.ExtendedStatsAggResult.Builder mergeFrom(Search.ExtendedStatsAggResult other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.ExtendedStatsAggResult.Builder>public Search.ExtendedStatsAggResult.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Search.ExtendedStatsAggResult.Builder>IOExceptionpublic boolean hasCount()
optional int64 count = 1;hasCount 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic long getCount()
optional int64 count = 1;getCount 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setCount(long value)
optional int64 count = 1;value - The count to set.public Search.ExtendedStatsAggResult.Builder clearCount()
optional int64 count = 1;public boolean hasMin()
optional double min = 2;hasMin 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic double getMin()
optional double min = 2;getMin 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setMin(double value)
optional double min = 2;value - The min to set.public Search.ExtendedStatsAggResult.Builder clearMin()
optional double min = 2;public boolean hasMax()
optional double max = 3;hasMax 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic double getMax()
optional double max = 3;getMax 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setMax(double value)
optional double max = 3;value - The max to set.public Search.ExtendedStatsAggResult.Builder clearMax()
optional double max = 3;public boolean hasAvg()
optional double avg = 4;hasAvg 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic double getAvg()
optional double avg = 4;getAvg 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setAvg(double value)
optional double avg = 4;value - The avg to set.public Search.ExtendedStatsAggResult.Builder clearAvg()
optional double avg = 4;public boolean hasSum()
optional double sum = 5;hasSum 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic double getSum()
optional double sum = 5;getSum 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setSum(double value)
optional double sum = 5;value - The sum to set.public Search.ExtendedStatsAggResult.Builder clearSum()
optional double sum = 5;public boolean hasSumOfSquares()
optional double sum_of_squares = 6;hasSumOfSquares 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic double getSumOfSquares()
optional double sum_of_squares = 6;getSumOfSquares 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setSumOfSquares(double value)
optional double sum_of_squares = 6;value - The sumOfSquares to set.public Search.ExtendedStatsAggResult.Builder clearSumOfSquares()
optional double sum_of_squares = 6;public boolean hasVariance()
optional double variance = 7;hasVariance 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic double getVariance()
optional double variance = 7;getVariance 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setVariance(double value)
optional double variance = 7;value - The variance to set.public Search.ExtendedStatsAggResult.Builder clearVariance()
optional double variance = 7;public boolean hasStdDeviation()
optional double std_deviation = 8;hasStdDeviation 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic double getStdDeviation()
optional double std_deviation = 8;getStdDeviation 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setStdDeviation(double value)
optional double std_deviation = 8;value - The stdDeviation to set.public Search.ExtendedStatsAggResult.Builder clearStdDeviation()
optional double std_deviation = 8;public boolean hasStdDeviationBoundsUpper()
optional double std_deviation_bounds_upper = 9;hasStdDeviationBoundsUpper 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic double getStdDeviationBoundsUpper()
optional double std_deviation_bounds_upper = 9;getStdDeviationBoundsUpper 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setStdDeviationBoundsUpper(double value)
optional double std_deviation_bounds_upper = 9;value - The stdDeviationBoundsUpper to set.public Search.ExtendedStatsAggResult.Builder clearStdDeviationBoundsUpper()
optional double std_deviation_bounds_upper = 9;public boolean hasStdDeviationBoundsLower()
optional double std_deviation_bounds_lower = 10;hasStdDeviationBoundsLower 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic double getStdDeviationBoundsLower()
optional double std_deviation_bounds_lower = 10;getStdDeviationBoundsLower 在接口中 Search.ExtendedStatsAggResultOrBuilderpublic Search.ExtendedStatsAggResult.Builder setStdDeviationBoundsLower(double value)
optional double std_deviation_bounds_lower = 10;value - The stdDeviationBoundsLower to set.public Search.ExtendedStatsAggResult.Builder clearStdDeviationBoundsLower()
optional double std_deviation_bounds_lower = 10;Copyright © 2025. All Rights Reserved.