public class DescribeLogStorageStatisticResponse extends AbstractModel
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。
|
Long |
getTotalSize()
Get 总容量(单位:GB)
|
Long |
getUsedSize()
Get 已使用容量(单位:GB)
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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。Copyright © 2021. All rights reserved.