Class ConsumptionSummaryTrend

    • Constructor Detail

      • ConsumptionSummaryTrend

        public ConsumptionSummaryTrend()
      • ConsumptionSummaryTrend

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

      • getType

        public String getType()
        Get 趋势类型,upward上升/downward下降/none无
        Returns:
        Type 趋势类型,upward上升/downward下降/none无
      • setType

        public void setType​(String Type)
        Set 趋势类型,upward上升/downward下降/none无
        Parameters:
        Type - 趋势类型,upward上升/downward下降/none无
      • getValue

        public String getValue()
        Get 趋势值,Type为none是该字段值为null 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 趋势值,Type为none是该字段值为null 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(String Value)
        Set 趋势值,Type为none是该字段值为null 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 趋势值,Type为none是该字段值为null 注意:此字段可能返回 null,表示取不到有效值。