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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMaxDays()High end of the number of days prior to the stay.longgetMinDays()Low end of the number of days prior to the stay.booleanhasMaxDays()High end of the number of days prior to the stay.booleanhasMinDays()Low end of the number of days prior to the stay.-
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.
-
-