Interface Points.RangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.Range,Points.Range.Builder
- Enclosing class:
- Points
public static interface Points.RangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetGt()optional double gt = 2;doublegetGte()optional double gte = 3;doublegetLt()optional double lt = 1;doublegetLte()optional double lte = 4;booleanhasGt()optional double gt = 2;booleanhasGte()optional double gte = 3;booleanhasLt()optional double lt = 1;booleanhasLte()optional double lte = 4;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
-
hasLt
boolean hasLt()optional double lt = 1;- Returns:
- Whether the lt field is set.
-
getLt
double getLt()optional double lt = 1;- Returns:
- The lt.
-
hasGt
boolean hasGt()optional double gt = 2;- Returns:
- Whether the gt field is set.
-
getGt
double getGt()optional double gt = 2;- Returns:
- The gt.
-
hasGte
boolean hasGte()optional double gte = 3;- Returns:
- Whether the gte field is set.
-
getGte
double getGte()optional double gte = 3;- Returns:
- The gte.
-
hasLte
boolean hasLte()optional double lte = 4;- Returns:
- Whether the lte field is set.
-
getLte
double getLte()optional double lte = 4;- Returns:
- The lte.
-