-
public class SweeperHistoryHistorical map data.
-
-
Field Summary
Fields Modifier and Type Field Description private List<SweeperHistoryBean>datasprivate inttotalCount
-
Method Summary
Modifier and Type Method Description List<SweeperHistoryBean>getDatas()Get historical map data. voidsetDatas(List<SweeperHistoryBean> datas)Set historical map data. intgetTotalCount()Get total number of data bars. voidsetTotalCount(int totalCount)Set total number of data bars. -
-
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.SweeperHistoryBean
-
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.
-
-
-
-