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

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

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