Class DataPoint

    • Constructor Detail

      • DataPoint

        public DataPoint()
      • DataPoint

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

      • getName

        public String getName()
        Get 指标名字
        Returns:
        Name 指标名字
      • setName

        public void setName​(String Name)
        Set 指标名字
        Parameters:
        Name - 指标名字
      • getValue

        public Float getValue()
        Get 值
        Returns:
        Value 值
      • setValue

        public void setValue​(Float Value)
        Set 值
        Parameters:
        Value - 值