Class DeviceDataHistoryItem

    • Constructor Detail

      • DeviceDataHistoryItem

        public DeviceDataHistoryItem()
      • DeviceDataHistoryItem

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

      • getTime

        public String getTime()
        Get 时间点,毫秒时间戳
        Returns:
        Time 时间点,毫秒时间戳
      • setTime

        public void setTime​(String Time)
        Set 时间点,毫秒时间戳
        Parameters:
        Time - 时间点,毫秒时间戳
      • getValue

        public String getValue()
        Get 字段取值
        Returns:
        Value 字段取值
      • setValue

        public void setValue​(String Value)
        Set 字段取值
        Parameters:
        Value - 字段取值