Interface AssetSet.HotelPropertyDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getHotelCenterId()
      Output only.
      java.lang.String getPartnerName()
      Output only.
      com.google.protobuf.ByteString getPartnerNameBytes()
      Output only.
      boolean hasHotelCenterId()
      Output only.
      boolean hasPartnerName()
      Output only.
      • 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 Detail

      • hasHotelCenterId

        boolean hasHotelCenterId()
         Output only. The hotel center ID of the partner.
         
        optional int64 hotel_center_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the hotelCenterId field is set.
      • getHotelCenterId

        long getHotelCenterId()
         Output only. The hotel center ID of the partner.
         
        optional int64 hotel_center_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The hotelCenterId.
      • hasPartnerName

        boolean hasPartnerName()
         Output only. Name of the hotel partner.
         
        optional string partner_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the partnerName field is set.
      • getPartnerName

        java.lang.String getPartnerName()
         Output only. Name of the hotel partner.
         
        optional string partner_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The partnerName.
      • getPartnerNameBytes

        com.google.protobuf.ByteString getPartnerNameBytes()
         Output only. Name of the hotel partner.
         
        optional string partner_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for partnerName.