Package 

Class CategoryChooseItem


  • 
    public final class CategoryChooseItem
    
                        

    ProjectName: home-sdk-scenelib Description: 全屋二期 - 设备筛选 CreateDate: 2023/4/27 4:38 下午

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String categoryName
      private final String categoryId
      private final Boolean choose
    • Constructor Summary

      Constructors 
      Constructor Description
      CategoryChooseItem(String categoryName, String categoryId, Boolean choose)
    • Method Summary

      Modifier and Type Method Description
      final String getCategoryName()
      final String getCategoryId()
      final Boolean getChoose()
      • Methods inherited from class java.lang.Object

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

      • CategoryChooseItem

        CategoryChooseItem(String categoryName, String categoryId, Boolean choose)