Interface HotelAdvanceBookingWindowInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMaxDays()
      High end of the number of days prior to the stay.
      long getMinDays()
      Low end of the number of days prior to the stay.
      boolean hasMaxDays()
      High end of the number of days prior to the stay.
      boolean hasMinDays()
      Low end of the number of days prior to the stay.
      • 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

      • hasMinDays

        boolean hasMinDays()
         Low end of the number of days prior to the stay.
         
        optional int64 min_days = 3;
        Returns:
        Whether the minDays field is set.
      • getMinDays

        long getMinDays()
         Low end of the number of days prior to the stay.
         
        optional int64 min_days = 3;
        Returns:
        The minDays.
      • hasMaxDays

        boolean hasMaxDays()
         High end of the number of days prior to the stay.
         
        optional int64 max_days = 4;
        Returns:
        Whether the maxDays field is set.
      • getMaxDays

        long getMaxDays()
         High end of the number of days prior to the stay.
         
        optional int64 max_days = 4;
        Returns:
        The maxDays.