Interface ConversionValueRule.ValueRuleItineraryAdvanceBookingWindowOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversionValueRule.ValueRuleItineraryAdvanceBookingWindow,ConversionValueRule.ValueRuleItineraryAdvanceBookingWindow.Builder
- Enclosing class:
- ConversionValueRule
public static interface ConversionValueRule.ValueRuleItineraryAdvanceBookingWindowOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintMaximum number of days between the date of the booking the start date.intMinimum number of days between the date of the booking the start date.booleanMaximum number of days between the date of the booking the start date.booleanMinimum number of days between the date of the booking the start date.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
-
hasMinDays
boolean hasMinDays()Minimum number of days between the date of the booking the start date.
optional int32 min_days = 3;- Returns:
- Whether the minDays field is set.
-
getMinDays
int getMinDays()Minimum number of days between the date of the booking the start date.
optional int32 min_days = 3;- Returns:
- The minDays.
-
hasMaxDays
boolean hasMaxDays()Maximum number of days between the date of the booking the start date.
optional int32 max_days = 4;- Returns:
- Whether the maxDays field is set.
-
getMaxDays
int getMaxDays()Maximum number of days between the date of the booking the start date.
optional int32 max_days = 4;- Returns:
- The maxDays.
-