Interface DoubleRangeRestrictionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DoubleRangeRestriction, DoubleRangeRestriction.Builder

@Generated public interface DoubleRangeRestrictionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    optional double max_inclusive = 2;
    double
    optional double min_inclusive = 1;
    boolean
    optional double max_inclusive = 2;
    boolean
    optional double min_inclusive = 1;

    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

    • hasMinInclusive

      boolean hasMinInclusive()
      optional double min_inclusive = 1;
      Returns:
      Whether the minInclusive field is set.
    • getMinInclusive

      double getMinInclusive()
      optional double min_inclusive = 1;
      Returns:
      The minInclusive.
    • hasMaxInclusive

      boolean hasMaxInclusive()
      optional double max_inclusive = 2;
      Returns:
      Whether the maxInclusive field is set.
    • getMaxInclusive

      double getMaxInclusive()
      optional double max_inclusive = 2;
      Returns:
      The maxInclusive.