Interface AssetSet.HotelPropertyDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AssetSet.HotelPropertyData, AssetSet.HotelPropertyData.Builder
Enclosing class:
AssetSet

public static interface AssetSet.HotelPropertyDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    Output only.
    boolean
    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 Details

    • 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

      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.