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 TypeMethodDescriptionlongHigh end of the number of days prior to the stay.longLow end of the number of days prior to the stay.booleanHigh end of the number of days prior to the stay.booleanLow end of the number of days prior to the stay.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-