Class MetricDataSingleValue

    • Constructor Detail

      • MetricDataSingleValue

        public MetricDataSingleValue()
      • MetricDataSingleValue

        public MetricDataSingleValue​(MetricDataSingleValue 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 指标 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MetricName 指标 注意:此字段可能返回 null,表示取不到有效值。
      • setMetricName

        public void setMetricName​(String MetricName)
        Set 指标 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MetricName - 指标 注意:此字段可能返回 null,表示取不到有效值。
      • getMetricFunction

        public String getMetricFunction()
        Get 统计方式 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MetricFunction 统计方式 注意:此字段可能返回 null,表示取不到有效值。
      • setMetricFunction

        public void setMetricFunction​(String MetricFunction)
        Set 统计方式 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MetricFunction - 统计方式 注意:此字段可能返回 null,表示取不到有效值。
      • getMetricDataValue

        public String getMetricDataValue()
        Get 指标值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MetricDataValue 指标值 注意:此字段可能返回 null,表示取不到有效值。
      • setMetricDataValue

        public void setMetricDataValue​(String MetricDataValue)
        Set 指标值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MetricDataValue - 指标值 注意:此字段可能返回 null,表示取不到有效值。
      • getDailyPercent

        public Float getDailyPercent()
        Get 日环比 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DailyPercent 日环比 注意:此字段可能返回 null,表示取不到有效值。
      • setDailyPercent

        public void setDailyPercent​(Float DailyPercent)
        Set 日环比 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DailyPercent - 日环比 注意:此字段可能返回 null,表示取不到有效值。