public class DescribeFileSystemResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeFileSystemResponse() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getArchiveCapacityUsed()Get Used ARCHIVE capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| Long | getCapacityUsed()Get Used capacity of the file system, in bytes
Note: this field may return `null`, indicating that no valid value was found. | 
| Long | getDegradeCapacityUsed()Get Used STANDARD_IA capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid value was found. | 
| FileSystem | getFileSystem()Get File system | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getStandardCapacityUsed()Get Used STANDARD capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setArchiveCapacityUsed(Long ArchiveCapacityUsed)Set Used ARCHIVE capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setCapacityUsed(Long CapacityUsed)Set Used capacity of the file system, in bytes
Note: this field may return `null`, indicating that no valid value was found. | 
| void | setDegradeCapacityUsed(Long DegradeCapacityUsed)Set Used STANDARD_IA capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid value was found. | 
| void | setFileSystem(FileSystem FileSystem)Set File system | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setStandardCapacityUsed(Long StandardCapacityUsed)Set Used STANDARD capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeFileSystemResponse()
public DescribeFileSystemResponse(DescribeFileSystemResponse source)
public FileSystem getFileSystem()
public void setFileSystem(FileSystem FileSystem)
FileSystem - File systempublic Long getCapacityUsed()
public void setCapacityUsed(Long CapacityUsed)
CapacityUsed - Used capacity of the file system, in bytes
Note: this field may return `null`, indicating that no valid value was found.public Long getArchiveCapacityUsed()
public void setArchiveCapacityUsed(Long ArchiveCapacityUsed)
ArchiveCapacityUsed - Used ARCHIVE capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getStandardCapacityUsed()
public void setStandardCapacityUsed(Long StandardCapacityUsed)
StandardCapacityUsed - Used STANDARD capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getDegradeCapacityUsed()
public void setDegradeCapacityUsed(Long DegradeCapacityUsed)
DegradeCapacityUsed - Used STANDARD_IA capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2022. All rights reserved.