Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.IntegerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Integer,WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Integer.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation
public static interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.IntegerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()optional int64 count = 1;longoptional int64 maximum = 6;doublegetMean()optional double mean = 3;doubleoptional double median = 4;longoptional int64 minimum = 7;longgetMode()optional int64 mode = 5;longgetSum()optional int64 sum = 8;getType()optional string type = 2;com.google.protobuf.ByteStringoptional string type = 2;booleanhasCount()optional int64 count = 1;booleanoptional int64 maximum = 6;booleanhasMean()optional double mean = 3;booleanoptional double median = 4;booleanoptional int64 minimum = 7;booleanhasMode()optional int64 mode = 5;booleanhasSum()optional int64 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 int64 mode = 5;- Returns:
- Whether the mode field is set.
-
getMode
long getMode()optional int64 mode = 5;- Returns:
- The mode.
-
hasMaximum
boolean hasMaximum()optional int64 maximum = 6;- Returns:
- Whether the maximum field is set.
-
getMaximum
long getMaximum()optional int64 maximum = 6;- Returns:
- The maximum.
-
hasMinimum
boolean hasMinimum()optional int64 minimum = 7;- Returns:
- Whether the minimum field is set.
-
getMinimum
long getMinimum()optional int64 minimum = 7;- Returns:
- The minimum.
-
hasSum
boolean hasSum()optional int64 sum = 8;- Returns:
- Whether the sum field is set.
-
getSum
long getSum()optional int64 sum = 8;- Returns:
- The sum.
-