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 TypeMethodDescriptiondoubleoptional double max_inclusive = 2;doubleoptional double min_inclusive = 1;booleanoptional double max_inclusive = 2;booleanoptional double min_inclusive = 1;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
-
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.
-