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 TypeMethodDescriptionlongOutput only.Output only.com.google.protobuf.ByteStringOutput only.booleanOutput only.booleanOutput only.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
-
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.
-