Class StatisticsDataInfo

    • Constructor Detail

      • StatisticsDataInfo

        public StatisticsDataInfo()
      • StatisticsDataInfo

        public StatisticsDataInfo​(StatisticsDataInfo 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 Long getTime()
        Get 对应的时间点
        Returns:
        Time 对应的时间点
      • setTime

        public void setTime​(Long Time)
        Set 对应的时间点
        Parameters:
        Time - 对应的时间点
      • getData

        public Float getData()
        Get 统计数据值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Data 统计数据值 注意:此字段可能返回 null,表示取不到有效值。
      • setData

        public void setData​(Float Data)
        Set 统计数据值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Data - 统计数据值 注意:此字段可能返回 null,表示取不到有效值。