Interface HotelAdvanceBookingWindowInfoOrBuilder

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

public interface HotelAdvanceBookingWindowInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    High end of the number of days prior to the stay.
    long
    Low end of the number of days prior to the stay.
    boolean
    High end of the number of days prior to the stay.
    boolean
    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 Details

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