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 storage capacity (in bytes)
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getCapacityUsed()
Get Used capacity (in bytes), including STANDARD storage and ARCHIVE storage
Note: this field may return `null`, indicating that no valid values can be obtained.
|
FileSystem |
getFileSystem()
Get File system
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setArchiveCapacityUsed(Long ArchiveCapacityUsed)
Set Used ARCHIVE storage capacity (in bytes)
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setCapacityUsed(Long CapacityUsed)
Set Used capacity (in bytes), including STANDARD storage and ARCHIVE storage
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setFileSystem(FileSystem FileSystem)
Set File system
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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, toJsonString
public 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 (in bytes), including STANDARD storage and ARCHIVE storage
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getArchiveCapacityUsed()
public void setArchiveCapacityUsed(Long ArchiveCapacityUsed)
ArchiveCapacityUsed
- Used ARCHIVE storage capacity (in bytes)
Note: this field may return `null`, indicating that no valid values can be obtained.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 © 2021. All rights reserved.