Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.BooleanOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Boolean,WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Boolean.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation
public static interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.BooleanOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()optional int64 count = 1;doubleoptional double percentage_false = 6;doubleoptional double percentage_true = 5;longoptional int64 total_false = 4;longoptional int64 total_true = 3;getType()optional string type = 2;com.google.protobuf.ByteStringoptional string type = 2;booleanhasCount()optional int64 count = 1;booleanoptional double percentage_false = 6;booleanoptional double percentage_true = 5;booleanoptional int64 total_false = 4;booleanoptional int64 total_true = 3;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.
-
hasTotalTrue
boolean hasTotalTrue()optional int64 total_true = 3;- Returns:
- Whether the totalTrue field is set.
-
getTotalTrue
long getTotalTrue()optional int64 total_true = 3;- Returns:
- The totalTrue.
-
hasTotalFalse
boolean hasTotalFalse()optional int64 total_false = 4;- Returns:
- Whether the totalFalse field is set.
-
getTotalFalse
long getTotalFalse()optional int64 total_false = 4;- Returns:
- The totalFalse.
-
hasPercentageTrue
boolean hasPercentageTrue()optional double percentage_true = 5;- Returns:
- Whether the percentageTrue field is set.
-
getPercentageTrue
double getPercentageTrue()optional double percentage_true = 5;- Returns:
- The percentageTrue.
-
hasPercentageFalse
boolean hasPercentageFalse()optional double percentage_false = 6;- Returns:
- Whether the percentageFalse field is set.
-
getPercentageFalse
double getPercentageFalse()optional double percentage_false = 6;- Returns:
- The percentageFalse.
-