Class LogStorageRecord

    • Constructor Detail

      • LogStorageRecord

        public LogStorageRecord()
      • LogStorageRecord

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

      • getMonth

        public String getMonth()
        Get 年月份 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Month 年月份 注意:此字段可能返回 null,表示取不到有效值。
      • setMonth

        public void setMonth​(String Month)
        Set 年月份 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Month - 年月份 注意:此字段可能返回 null,表示取不到有效值。
      • getUsedSize

        public Long getUsedSize()
        Get 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UsedSize 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。
      • setUsedSize

        public void setUsedSize​(Long UsedSize)
        Set 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UsedSize - 存储量,字节 注意:此字段可能返回 null,表示取不到有效值。
      • getInquireSize

        public Long getInquireSize()
        Get 总量,字节 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        InquireSize 总量,字节 注意:此字段可能返回 null,表示取不到有效值。
      • setInquireSize

        public void setInquireSize​(Long InquireSize)
        Set 总量,字节 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        InquireSize - 总量,字节 注意:此字段可能返回 null,表示取不到有效值。