Interface SetSceneWeatherAreaReqOuterClass.SetSceneWeatherAreaReqOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SetSceneWeatherAreaReqOuterClass.SetSceneWeatherAreaReq, SetSceneWeatherAreaReqOuterClass.SetSceneWeatherAreaReq.Builder
Enclosing class:
SetSceneWeatherAreaReqOuterClass

public static interface SetSceneWeatherAreaReqOuterClass.SetSceneWeatherAreaReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<uint32, string> weather_value_map = 8;
    int
    uint32 weather_gadget_id = 12;
    Deprecated.
    int
    map<uint32, string> weather_value_map = 8;
    map<uint32, string> weather_value_map = 8;
    getWeatherValueMapOrDefault(int key, String defaultValue)
    map<uint32, string> weather_value_map = 8;
    map<uint32, string> weather_value_map = 8;

    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

    • getWeatherValueMapCount

      int getWeatherValueMapCount()
      map<uint32, string> weather_value_map = 8;
    • containsWeatherValueMap

      boolean containsWeatherValueMap(int key)
      map<uint32, string> weather_value_map = 8;
    • getWeatherValueMap

      @Deprecated Map<Integer,String> getWeatherValueMap()
      Deprecated.
    • getWeatherValueMapMap

      Map<Integer,String> getWeatherValueMapMap()
      map<uint32, string> weather_value_map = 8;
    • getWeatherValueMapOrDefault

      String getWeatherValueMapOrDefault(int key, String defaultValue)
      map<uint32, string> weather_value_map = 8;
    • getWeatherValueMapOrThrow

      String getWeatherValueMapOrThrow(int key)
      map<uint32, string> weather_value_map = 8;
    • getWeatherGadgetId

      int getWeatherGadgetId()
      uint32 weather_gadget_id = 12;
      Returns:
      The weatherGadgetId.