public class DescribeStorageDataResponse extends AbstractModel
Constructor and Description |
---|
DescribeStorageDataResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getInfrequentStorage()
Get 当前低频存储量,单位是字节。
|
Long |
getMediaCount()
Get 当前媒体总量。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getStandardStorage()
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 |
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 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 String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.