Class RecordStatistic

    • Constructor Detail

      • RecordStatistic

        public RecordStatistic()
      • RecordStatistic

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

      • getTime

        public Long getTime()
        Get 时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Time 时间戳 注意:此字段可能返回 null,表示取不到有效值。
      • setTime

        public void setTime​(Long Time)
        Set 时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Time - 时间戳 注意:此字段可能返回 null,表示取不到有效值。
      • getValue

        public RecordStatisticValue getValue()
        Get 统计结果 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 统计结果 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(RecordStatisticValue Value)
        Set 统计结果 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 统计结果 注意:此字段可能返回 null,表示取不到有效值。