Interface SceneWeatherForecastRspOuterClass.SceneWeatherForecastRspOrBuilder

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

public static interface SceneWeatherForecastRspOuterClass.SceneWeatherForecastRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 forecast_climate_list = 15;
    int
    repeated uint32 forecast_climate_list = 15;
    repeated uint32 forecast_climate_list = 15;
    long
    uint64 next_climate_time = 4;
    int
    int32 retcode = 12;

    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

    • getForecastClimateListList

      List<Integer> getForecastClimateListList()
      repeated uint32 forecast_climate_list = 15;
      Returns:
      A list containing the forecastClimateList.
    • getForecastClimateListCount

      int getForecastClimateListCount()
      repeated uint32 forecast_climate_list = 15;
      Returns:
      The count of forecastClimateList.
    • getForecastClimateList

      int getForecastClimateList(int index)
      repeated uint32 forecast_climate_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The forecastClimateList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 12;
      Returns:
      The retcode.
    • getNextClimateTime

      long getNextClimateTime()
      uint64 next_climate_time = 4;
      Returns:
      The nextClimateTime.