Class Point

    • Constructor Detail

      • Point

        public Point()
      • Point

        public Point​(Point 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 该监控数据点生成的时间点
        Returns:
        Timestamp 该监控数据点生成的时间点
      • setTimestamp

        public void setTimestamp​(Long Timestamp)
        Set 该监控数据点生成的时间点
        Parameters:
        Timestamp - 该监控数据点生成的时间点
      • getValue

        public Float getValue()
        Get 监控数据点的值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 监控数据点的值 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(Float Value)
        Set 监控数据点的值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 监控数据点的值 注意:此字段可能返回 null,表示取不到有效值。