Class TimingDataItem

    • Constructor Detail

      • TimingDataItem

        public TimingDataItem()
      • TimingDataItem

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

      • getTimestamp

        public Long getTimestamp()
        Get 返回数据对应时间点,采用unix秒级时间戳。
        Returns:
        Timestamp 返回数据对应时间点,采用unix秒级时间戳。
      • setTimestamp

        public void setTimestamp​(Long Timestamp)
        Set 返回数据对应时间点,采用unix秒级时间戳。
        Parameters:
        Timestamp - 返回数据对应时间点,采用unix秒级时间戳。
      • getValue

        public Long getValue()
        Get 具体数值。
        Returns:
        Value 具体数值。
      • setValue

        public void setValue​(Long Value)
        Set 具体数值。
        Parameters:
        Value - 具体数值。