Interface HotelStateInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HotelStateInfo, HotelStateInfo.Builder

public interface HotelStateInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The Geo Target Constant resource name.
    com.google.protobuf.ByteString
    The Geo Target Constant resource name.
    boolean
    The Geo Target Constant resource name.

    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

    • hasStateCriterion

      boolean hasStateCriterion()
       The Geo Target Constant resource name.
       
      optional string state_criterion = 2;
      Returns:
      Whether the stateCriterion field is set.
    • getStateCriterion

      String getStateCriterion()
       The Geo Target Constant resource name.
       
      optional string state_criterion = 2;
      Returns:
      The stateCriterion.
    • getStateCriterionBytes

      com.google.protobuf.ByteString getStateCriterionBytes()
       The Geo Target Constant resource name.
       
      optional string state_criterion = 2;
      Returns:
      The bytes for stateCriterion.