Class StatisticsItem

    • Constructor Detail

      • StatisticsItem

        public StatisticsItem()
      • StatisticsItem

        public StatisticsItem​(StatisticsItem source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getStatDate

        public String getStatDate()
        Get 日期,格式为年-月-日,如2018-07-13
        Returns:
        StatDate 日期,格式为年-月-日,如2018-07-13
      • setStatDate

        public void setStatDate​(String StatDate)
        Set 日期,格式为年-月-日,如2018-07-13
        Parameters:
        StatDate - 日期,格式为年-月-日,如2018-07-13
      • getData

        public Long getData()
        Get 统计值
        Returns:
        Data 统计值
      • setData

        public void setData​(Long Data)
        Set 统计值
        Parameters:
        Data - 统计值