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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEndDate()End date in the YYYY-MM-DD format.com.google.protobuf.ByteStringgetEndDateBytes()End date in the YYYY-MM-DD format.java.lang.StringgetStartDate()Start date in the YYYY-MM-DD format.com.google.protobuf.ByteStringgetStartDateBytes()Start date in the YYYY-MM-DD format.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStartDate
java.lang.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
java.lang.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.
-
-