Package 

Class SweeperHistory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private List<SweeperHistoryBean> datas
      private int totalCount
    • Method Summary

      Modifier and Type Method Description
      List<SweeperHistoryBean> getDatas() Get historical map data.
      void setDatas(List<SweeperHistoryBean> datas) Set historical map data.
      int getTotalCount() Get total number of data bars.
      void setTotalCount(int totalCount) Set total number of data bars.
      • Methods inherited from class java.lang.Object

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

      • getDatas

         List<SweeperHistoryBean> getDatas()

        Get historical map data.

      • setDatas

         void setDatas(List<SweeperHistoryBean> datas)

        Set historical map data.

        Parameters:
        datas - Historical map data com.thingclips.smart.android.sweeper.bean.
      • getTotalCount

         int getTotalCount()

        Get total number of data bars.

      • setTotalCount

         void setTotalCount(int totalCount)

        Set total number of data bars.

        Parameters:
        totalCount - Total number of data bars.