Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.NumberOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Number,WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Number.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation
public static interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.NumberOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()optional int64 count = 1;doubleoptional double maximum = 6;doublegetMean()optional double mean = 3;doubleoptional double median = 4;doubleoptional double minimum = 7;doublegetMode()optional double mode = 5;doublegetSum()optional double sum = 8;getType()optional string type = 2;com.google.protobuf.ByteStringoptional string type = 2;booleanhasCount()optional int64 count = 1;booleanoptional double maximum = 6;booleanhasMean()optional double mean = 3;booleanoptional double median = 4;booleanoptional double minimum = 7;booleanhasMode()optional double mode = 5;booleanhasSum()optional double sum = 8;booleanhasType()optional string type = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCount
boolean hasCount()optional int64 count = 1;- Returns:
- Whether the count field is set.
-
getCount
long getCount()optional int64 count = 1;- Returns:
- The count.
-
hasType
boolean hasType()optional string type = 2;- Returns:
- Whether the type field is set.
-
getType
String getType()optional string type = 2;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()optional string type = 2;- Returns:
- The bytes for type.
-
hasMean
boolean hasMean()optional double mean = 3;- Returns:
- Whether the mean field is set.
-
getMean
double getMean()optional double mean = 3;- Returns:
- The mean.
-
hasMedian
boolean hasMedian()optional double median = 4;- Returns:
- Whether the median field is set.
-
getMedian
double getMedian()optional double median = 4;- Returns:
- The median.
-
hasMode
boolean hasMode()optional double mode = 5;- Returns:
- Whether the mode field is set.
-
getMode
double getMode()optional double mode = 5;- Returns:
- The mode.
-
hasMaximum
boolean hasMaximum()optional double maximum = 6;- Returns:
- Whether the maximum field is set.
-
getMaximum
double getMaximum()optional double maximum = 6;- Returns:
- The maximum.
-
hasMinimum
boolean hasMinimum()optional double minimum = 7;- Returns:
- Whether the minimum field is set.
-
getMinimum
double getMinimum()optional double minimum = 7;- Returns:
- The minimum.
-
hasSum
boolean hasSum()optional double sum = 8;- Returns:
- Whether the sum field is set.
-
getSum
double getSum()optional double sum = 8;- Returns:
- The sum.
-