Interface LiftSeries.BucketOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LiftSeries.Bucket, LiftSeries.Bucket.Builder
    Enclosing class:
    LiftSeries

    public static interface LiftSeries.BucketOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getHighValue()
      The high value of the bucket, exclusive (unless the high_value is positive infinity).
      double getLowValue()
      The low value of the bucket, inclusive.
      • 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 Detail

      • getLowValue

        double getLowValue()
         The low value of the bucket, inclusive.
         
        double low_value = 1;
        Returns:
        The lowValue.
      • getHighValue

        double getHighValue()
         The high value of the bucket, exclusive (unless the high_value is
         positive infinity).
         
        double high_value = 2;
        Returns:
        The highValue.