Class Line

    • Constructor Detail

      • Line

        public Line()
      • Line

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

      • getMetricName

        public String getMetricName()
        Get 指标名
        Returns:
        MetricName 指标名
      • setMetricName

        public void setMetricName​(String MetricName)
        Set 指标名
        Parameters:
        MetricName - 指标名
      • getMetricNameCN

        public String getMetricNameCN()
        Get 指标中文名
        Returns:
        MetricNameCN 指标中文名
      • setMetricNameCN

        public void setMetricNameCN​(String MetricNameCN)
        Set 指标中文名
        Parameters:
        MetricNameCN - 指标中文名
      • getTimeSerial

        public Long[] getTimeSerial()
        Get 时间序列
        Returns:
        TimeSerial 时间序列
      • setTimeSerial

        public void setTimeSerial​(Long[] TimeSerial)
        Set 时间序列
        Parameters:
        TimeSerial - 时间序列
      • getDataSerial

        public Float[] getDataSerial()
        Get 数据序列 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DataSerial 数据序列 注意:此字段可能返回 null,表示取不到有效值。
      • setDataSerial

        public void setDataSerial​(Float[] DataSerial)
        Set 数据序列 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DataSerial - 数据序列 注意:此字段可能返回 null,表示取不到有效值。
      • getTags

        public ApmTag[] getTags()
        Get 维度列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Tags 维度列表 注意:此字段可能返回 null,表示取不到有效值。
      • setTags

        public void setTags​(ApmTag[] Tags)
        Set 维度列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Tags - 维度列表 注意:此字段可能返回 null,表示取不到有效值。