public class DescribeLogStorageStatisticResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeLogStorageStatisticResponse() | 
| DescribeLogStorageStatisticResponse(DescribeLogStorageStatisticResponse 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 | 
|---|---|
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| Long | getTotalSize()Get 总容量(单位:GB) | 
| Long | getUsedSize()Get 已使用容量(单位:GB) | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setTotalSize(Long TotalSize)Set 总容量(单位:GB) | 
| void | setUsedSize(Long UsedSize)Set 已使用容量(单位:GB) | 
| 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 DescribeLogStorageStatisticResponse()
public DescribeLogStorageStatisticResponse(DescribeLogStorageStatisticResponse source)
public Long getTotalSize()
public void setTotalSize(Long TotalSize)
TotalSize - 总容量(单位:GB)public Long getUsedSize()
public void setUsedSize(Long UsedSize)
UsedSize - 已使用容量(单位:GB)public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.