Class StreamTextStatisticsItem

    • Constructor Detail

      • StreamTextStatisticsItem

        public StreamTextStatisticsItem()
      • StreamTextStatisticsItem

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

      • getData

        public Float getData()
        Get 统计值,单位:秒 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Data 统计值,单位:秒 注意:此字段可能返回 null,表示取不到有效值。
      • setData

        public void setData​(Float Data)
        Set 统计值,单位:秒 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Data - 统计值,单位:秒 注意:此字段可能返回 null,表示取不到有效值。