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 Type
    Method
    Description
    double
    optional double gt = 2;
    double
    optional double gte = 3;
    double
    optional double lt = 1;
    double
    optional double lte = 4;
    boolean
    optional double gt = 2;
    boolean
    optional double gte = 3;
    boolean
    optional double lt = 1;
    boolean
    optional double lte = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.