public class DescribeStorageDataResponse extends AbstractModel
Constructor and Description |
---|
DescribeStorageDataResponse() |
DescribeStorageDataResponse(DescribeStorageDataResponse 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 |
getInfrequentStorage()
Get 当前低频存储量,单位是字节。
|
Long |
getMediaCount()
Get 当前媒体总量。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getStandardStorage()
Get 当前标准存储量,单位是字节。
|
StorageStatData[] |
getStorageStat()
Get 各计费区域的存储用量。
|
Long |
getTotalStorage()
Get 当前总存储量,单位是字节。
|
void |
setInfrequentStorage(Long InfrequentStorage)
Set 当前低频存储量,单位是字节。
|
void |
setMediaCount(Long MediaCount)
Set 当前媒体总量。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setStandardStorage(Long StandardStorage)
Set 当前标准存储量,单位是字节。
|
void |
setStorageStat(StorageStatData[] StorageStat)
Set 各计费区域的存储用量。
|
void |
setTotalStorage(Long TotalStorage)
Set 当前总存储量,单位是字节。
|
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 DescribeStorageDataResponse()
public DescribeStorageDataResponse(DescribeStorageDataResponse source)
public Long getMediaCount()
public void setMediaCount(Long MediaCount)
MediaCount
- 当前媒体总量。public Long getTotalStorage()
public void setTotalStorage(Long TotalStorage)
TotalStorage
- 当前总存储量,单位是字节。public Long getInfrequentStorage()
public void setInfrequentStorage(Long InfrequentStorage)
InfrequentStorage
- 当前低频存储量,单位是字节。public Long getStandardStorage()
public void setStandardStorage(Long StandardStorage)
StandardStorage
- 当前标准存储量,单位是字节。public StorageStatData[] getStorageStat()
public void setStorageStat(StorageStatData[] StorageStat)
StorageStat
- 各计费区域的存储用量。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.