public class DescribeStorageDataResponse extends AbstractModel
| Constructor and Description |
|---|
DescribeStorageDataResponse() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getInfrequentStorage()
Get Current Standard_IA storage capacity in bytes.
|
Long |
getMediaCount()
Get Total number of current media files.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getStandardStorage()
Get Current Standard storage capacity in bytes.
|
Long |
getTotalStorage()
Get Total current storage capacity in bytes.
|
void |
setInfrequentStorage(Long InfrequentStorage)
Set Current Standard_IA storage capacity in bytes.
|
void |
setMediaCount(Long MediaCount)
Set Total number of current media files.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStandardStorage(Long StandardStorage)
Set Current Standard storage capacity in bytes.
|
void |
setTotalStorage(Long TotalStorage)
Set Total current storage capacity in bytes.
|
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, toJsonStringpublic Long getMediaCount()
public void setMediaCount(Long MediaCount)
MediaCount - Total number of current media files.public Long getTotalStorage()
public void setTotalStorage(Long TotalStorage)
TotalStorage - Total current storage capacity in bytes.public Long getInfrequentStorage()
public void setInfrequentStorage(Long InfrequentStorage)
InfrequentStorage - Current Standard_IA storage capacity in bytes.public Long getStandardStorage()
public void setStandardStorage(Long StandardStorage)
StandardStorage - Current Standard storage capacity in bytes.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.