Interface HotelCheckInDateRangeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HotelCheckInDateRangeInfo,HotelCheckInDateRangeInfo.Builder
public interface HotelCheckInDateRangeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionEnd date in the YYYY-MM-DD format.com.google.protobuf.ByteStringEnd date in the YYYY-MM-DD format.Start date in the YYYY-MM-DD format.com.google.protobuf.ByteStringStart date in the YYYY-MM-DD format.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
-
getStartDate
String getStartDate()Start date in the YYYY-MM-DD format.
string start_date = 1;- Returns:
- The startDate.
-
getStartDateBytes
com.google.protobuf.ByteString getStartDateBytes()Start date in the YYYY-MM-DD format.
string start_date = 1;- Returns:
- The bytes for startDate.
-
getEndDate
String getEndDate()End date in the YYYY-MM-DD format.
string end_date = 2;- Returns:
- The endDate.
-
getEndDateBytes
com.google.protobuf.ByteString getEndDateBytes()End date in the YYYY-MM-DD format.
string end_date = 2;- Returns:
- The bytes for endDate.
-