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归档存储容量(byte) | 
| Long | getCapacityUsed()Get 已使用容量(byte) | 
| Long | getDeepArchiveCapacityUsed()Get 已使用COS深度归档存储容量(byte) | 
| Long | getDegradeCapacityUsed()Get 已使用COS低频存储容量(byte) | 
| Long | getIntelligentCapacityUsed()Get 已使用COS智能分层存储容量(byte) | 
| Long | getStandardCapacityUsed()Get 已使用COS标准存储容量(byte) | 
| void | setArchiveCapacityUsed(Long ArchiveCapacityUsed)Set 已使用COS归档存储容量(byte) | 
| void | setCapacityUsed(Long CapacityUsed)Set 已使用容量(byte) | 
| void | setDeepArchiveCapacityUsed(Long DeepArchiveCapacityUsed)Set 已使用COS深度归档存储容量(byte) | 
| void | setDegradeCapacityUsed(Long DegradeCapacityUsed)Set 已使用COS低频存储容量(byte) | 
| void | setIntelligentCapacityUsed(Long IntelligentCapacityUsed)Set 已使用COS智能分层存储容量(byte) | 
| void | setStandardCapacityUsed(Long StandardCapacityUsed)Set 已使用COS标准存储容量(byte) | 
| 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 - 已使用容量(byte)public Long getStandardCapacityUsed()
public void setStandardCapacityUsed(Long StandardCapacityUsed)
StandardCapacityUsed - 已使用COS标准存储容量(byte)public Long getDegradeCapacityUsed()
public void setDegradeCapacityUsed(Long DegradeCapacityUsed)
DegradeCapacityUsed - 已使用COS低频存储容量(byte)public Long getArchiveCapacityUsed()
public void setArchiveCapacityUsed(Long ArchiveCapacityUsed)
ArchiveCapacityUsed - 已使用COS归档存储容量(byte)public Long getDeepArchiveCapacityUsed()
public void setDeepArchiveCapacityUsed(Long DeepArchiveCapacityUsed)
DeepArchiveCapacityUsed - 已使用COS深度归档存储容量(byte)public Long getIntelligentCapacityUsed()
public void setIntelligentCapacityUsed(Long IntelligentCapacityUsed)
IntelligentCapacityUsed - 已使用COS智能分层存储容量(byte)Copyright © 2025. All rights reserved.