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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCityCriterion()The Geo Target Constant resource name.com.google.protobuf.ByteStringgetCityCriterionBytes()The Geo Target Constant resource name.booleanhasCityCriterion()The Geo Target Constant resource name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCityCriterion
boolean hasCityCriterion()
The Geo Target Constant resource name.
optional string city_criterion = 2;- Returns:
- Whether the cityCriterion field is set.
-
getCityCriterion
java.lang.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.
-
-