Package 

Class SelectionsParams


  • 
    public final class SelectionsParams
    
                        

    ProjectName: home-sdk-scenelib Description: 全屋二期 - 场景筛选 CreateDate: 2023/4/27 4:48 下午

    • Constructor Summary

      Constructors 
      Constructor Description
      SelectionsParams(Long relationId, List<String> roomIds, List<String> categories, Boolean needUnboundRoom)
    • Method Summary

      Modifier and Type Method Description
      final Long getRelationId() 关系id
      final List<String> getRoomIds() 选择的房间列表
      final List<String> getCategories() 选择的设备大类列表
      final Boolean getNeedUnboundRoom() 是否选择"无房间"
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectionsParams

        SelectionsParams(Long relationId, List<String> roomIds, List<String> categories, Boolean needUnboundRoom)