Interface HotelLengthOfStayInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMaxNights()
      High end of the number of nights in the stay.
      long getMinNights()
      Low end of the number of nights in the stay.
      boolean hasMaxNights()
      High end of the number of nights in the stay.
      boolean hasMinNights()
      Low end of the number of nights in 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

      • hasMinNights

        boolean hasMinNights()
         Low end of the number of nights in the stay.
         
        optional int64 min_nights = 3;
        Returns:
        Whether the minNights field is set.
      • getMinNights

        long getMinNights()
         Low end of the number of nights in the stay.
         
        optional int64 min_nights = 3;
        Returns:
        The minNights.
      • hasMaxNights

        boolean hasMaxNights()
         High end of the number of nights in the stay.
         
        optional int64 max_nights = 4;
        Returns:
        Whether the maxNights field is set.
      • getMaxNights

        long getMaxNights()
         High end of the number of nights in the stay.
         
        optional int64 max_nights = 4;
        Returns:
        The maxNights.