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 Type
    Method
    Description
    int
    Maximum number of days between the date of the booking the start date.
    int
    Minimum number of days between the date of the booking the start date.
    boolean
    Maximum number of days between the date of the booking the start date.
    boolean
    Minimum number of days between the date of the booking the start date.

    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

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