Class TimeSlice

    • Constructor Detail

      • TimeSlice

        public TimeSlice()
      • TimeSlice

        public TimeSlice​(TimeSlice 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

      • getCount

        public Long getCount()
        Get 总数
        Returns:
        Count 总数
      • setCount

        public void setCount​(Long Count)
        Set 总数
        Parameters:
        Count - 总数
      • getTimestamp

        public Long getTimestamp()
        Get 统计开始时间
        Returns:
        Timestamp 统计开始时间
      • setTimestamp

        public void setTimestamp​(Long Timestamp)
        Set 统计开始时间
        Parameters:
        Timestamp - 统计开始时间