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 |
getArchiveStorage()
Get The current ARCHIVE storage usage in bytes.
|
Long |
getDeepArchiveStorage()
Get The current DEEP ARCHIVE storage usage in bytes.
|
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.
|
StorageStatData[] |
getStorageStat()
Get Storage usage by billing region.
|
Long |
getTotalStorage()
Get Total current storage capacity in bytes.
|
void |
setArchiveStorage(Long ArchiveStorage)
Set The current ARCHIVE storage usage in bytes.
|
void |
setDeepArchiveStorage(Long DeepArchiveStorage)
Set The current DEEP ARCHIVE storage usage 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 |
setStorageStat(StorageStatData[] StorageStat)
Set Storage usage by billing region.
|
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, toJsonString
public DescribeStorageDataResponse()
public DescribeStorageDataResponse(DescribeStorageDataResponse source)
public 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 getStandardStorage()
public void setStandardStorage(Long StandardStorage)
StandardStorage
- Current Standard storage capacity in bytes.public Long getInfrequentStorage()
public void setInfrequentStorage(Long InfrequentStorage)
InfrequentStorage
- Current Standard_IA storage capacity in bytes.public Long getArchiveStorage()
public void setArchiveStorage(Long ArchiveStorage)
ArchiveStorage
- The current ARCHIVE storage usage in bytes.public Long getDeepArchiveStorage()
public void setDeepArchiveStorage(Long DeepArchiveStorage)
DeepArchiveStorage
- The current DEEP ARCHIVE storage usage in bytes.public StorageStatData[] getStorageStat()
public void setStorageStat(StorageStatData[] StorageStat)
StorageStat
- Storage usage by billing region.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 © 2022. All rights reserved.