Class DescribeFileSystemResponse

    • Constructor Detail

      • DescribeFileSystemResponse

        public DescribeFileSystemResponse()
      • DescribeFileSystemResponse

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

      • getFileSystem

        public FileSystem getFileSystem()
        Get 文件系统
        Returns:
        FileSystem 文件系统
      • setFileSystem

        public void setFileSystem​(FileSystem FileSystem)
        Set 文件系统
        Parameters:
        FileSystem - 文件系统
      • getCapacityUsed

        public Long getCapacityUsed()
        Get 文件系统已使用容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CapacityUsed 文件系统已使用容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • setCapacityUsed

        public void setCapacityUsed​(Long CapacityUsed)
        Set 文件系统已使用容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CapacityUsed - 文件系统已使用容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • getArchiveCapacityUsed

        public Long getArchiveCapacityUsed()
        Get 已使用COS归档存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ArchiveCapacityUsed 已使用COS归档存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • setArchiveCapacityUsed

        public void setArchiveCapacityUsed​(Long ArchiveCapacityUsed)
        Set 已使用COS归档存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ArchiveCapacityUsed - 已使用COS归档存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • getStandardCapacityUsed

        public Long getStandardCapacityUsed()
        Get 已使用COS标准存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StandardCapacityUsed 已使用COS标准存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • setStandardCapacityUsed

        public void setStandardCapacityUsed​(Long StandardCapacityUsed)
        Set 已使用COS标准存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StandardCapacityUsed - 已使用COS标准存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • getDegradeCapacityUsed

        public Long getDegradeCapacityUsed()
        Get 已使用COS低频存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DegradeCapacityUsed 已使用COS低频存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • setDegradeCapacityUsed

        public void setDegradeCapacityUsed​(Long DegradeCapacityUsed)
        Set 已使用COS低频存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DegradeCapacityUsed - 已使用COS低频存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • getDeepArchiveCapacityUsed

        public Long getDeepArchiveCapacityUsed()
        Get 已使用COS深度归档存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DeepArchiveCapacityUsed 已使用COS深度归档存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • setDeepArchiveCapacityUsed

        public void setDeepArchiveCapacityUsed​(Long DeepArchiveCapacityUsed)
        Set 已使用COS深度归档存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DeepArchiveCapacityUsed - 已使用COS深度归档存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • getIntelligentCapacityUsed

        public Long getIntelligentCapacityUsed()
        Get 已使用COS智能分层存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IntelligentCapacityUsed 已使用COS智能分层存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • setIntelligentCapacityUsed

        public void setIntelligentCapacityUsed​(Long IntelligentCapacityUsed)
        Set 已使用COS智能分层存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IntelligentCapacityUsed - 已使用COS智能分层存储容量(byte) 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。