Interface HomeModuleComfortInfoOuterClass.HomeModuleComfortInfoOrBuilder

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

public static interface HomeModuleComfortInfoOuterClass.HomeModuleComfortInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 module_id = 1;
    int
    uint32 room_scene_comfort_value = 9;
    int
    repeated uint32 world_scene_block_comfort_value_list = 5;
    int
    repeated uint32 world_scene_block_comfort_value_list = 5;
    repeated uint32 world_scene_block_comfort_value_list = 5;

    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

    • getRoomSceneComfortValue

      int getRoomSceneComfortValue()
      uint32 room_scene_comfort_value = 9;
      Returns:
      The roomSceneComfortValue.
    • getWorldSceneBlockComfortValueListList

      List<Integer> getWorldSceneBlockComfortValueListList()
      repeated uint32 world_scene_block_comfort_value_list = 5;
      Returns:
      A list containing the worldSceneBlockComfortValueList.
    • getWorldSceneBlockComfortValueListCount

      int getWorldSceneBlockComfortValueListCount()
      repeated uint32 world_scene_block_comfort_value_list = 5;
      Returns:
      The count of worldSceneBlockComfortValueList.
    • getWorldSceneBlockComfortValueList

      int getWorldSceneBlockComfortValueList(int index)
      repeated uint32 world_scene_block_comfort_value_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The worldSceneBlockComfortValueList at the given index.
    • getModuleId

      int getModuleId()
      uint32 module_id = 1;
      Returns:
      The moduleId.