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 Type
    Method
    Description
    End date in the YYYY-MM-DD format.
    com.google.protobuf.ByteString
    End date in the YYYY-MM-DD format.
    Start date in the YYYY-MM-DD format.
    com.google.protobuf.ByteString
    Start date in the YYYY-MM-DD format.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.