Class LogHistogramInfo

    • Constructor Detail

      • LogHistogramInfo

        public LogHistogramInfo()
      • LogHistogramInfo

        public LogHistogramInfo​(LogHistogramInfo 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 - 时间戳