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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getStateCriterion()
      The Geo Target Constant resource name.
      com.google.protobuf.ByteString getStateCriterionBytes()
      The Geo Target Constant resource name.
      boolean hasStateCriterion()
      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 Detail

      • hasStateCriterion

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

        java.lang.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.