Interface HotelCityInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HotelCityInfo,HotelCityInfo.Builder
public interface HotelCityInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe Geo Target Constant resource name.com.google.protobuf.ByteStringThe Geo Target Constant resource name.booleanThe Geo Target Constant resource name.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
-
hasCityCriterion
boolean hasCityCriterion()The Geo Target Constant resource name.
optional string city_criterion = 2;- Returns:
- Whether the cityCriterion field is set.
-
getCityCriterion
String getCityCriterion()The Geo Target Constant resource name.
optional string city_criterion = 2;- Returns:
- The cityCriterion.
-
getCityCriterionBytes
com.google.protobuf.ByteString getCityCriterionBytes()The Geo Target Constant resource name.
optional string city_criterion = 2;- Returns:
- The bytes for cityCriterion.
-