public class Summary extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Summary() | 
| Summary(Summary 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 COS ARCHIVE storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getCapacityUsed()Get Capacity usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getDeepArchiveCapacityUsed()Get COS DEEP ARCHIVE storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getDegradeCapacityUsed()Get COS STANDARD_IA storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getIntelligentCapacityUsed()Get COS INTELLIGENT TIERING storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getStandardCapacityUsed()Get COS STANDARD storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setArchiveCapacityUsed(Long ArchiveCapacityUsed)Set COS ARCHIVE storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCapacityUsed(Long CapacityUsed)Set Capacity usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDeepArchiveCapacityUsed(Long DeepArchiveCapacityUsed)Set COS DEEP ARCHIVE storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDegradeCapacityUsed(Long DegradeCapacityUsed)Set COS STANDARD_IA storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIntelligentCapacityUsed(Long IntelligentCapacityUsed)Set COS INTELLIGENT TIERING storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStandardCapacityUsed(Long StandardCapacityUsed)Set COS STANDARD storage usage 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Summary()
public Summary(Summary source)
public Long getCapacityUsed()
public void setCapacityUsed(Long CapacityUsed)
CapacityUsed - Capacity usage 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 - COS STANDARD storage usage 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 - COS STANDARD_IA storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained.public Long getArchiveCapacityUsed()
public void setArchiveCapacityUsed(Long ArchiveCapacityUsed)
ArchiveCapacityUsed - COS ARCHIVE storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained.public Long getDeepArchiveCapacityUsed()
public void setDeepArchiveCapacityUsed(Long DeepArchiveCapacityUsed)
DeepArchiveCapacityUsed - COS DEEP ARCHIVE storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained.public Long getIntelligentCapacityUsed()
public void setIntelligentCapacityUsed(Long IntelligentCapacityUsed)
IntelligentCapacityUsed - COS INTELLIGENT TIERING storage usage in bytes
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.