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