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 TypeMethodDescriptionlongHigh end of the number of nights in the stay.longLow end of the number of nights in the stay.booleanHigh end of the number of nights in the stay.booleanLow end of the number of nights in 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
-
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.
-