public class StorageStatData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
StorageStatData()  | 
StorageStatData(StorageStatData 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 Current ARCHIVE storage usage in bytes 
 | 
String | 
getArea()
Get VOD storage billing region. 
 | 
Long | 
getDeepArchiveStorage()
Get Current DEEP ARCHIVE storage usage in bytes 
 | 
Long | 
getInfrequentStorage()
Get Current STANDARD_IA storage capacity in bytes. 
 | 
Long | 
getStandardStorage()
Get Current STANDARD storage capacity in bytes. 
 | 
Long | 
getTotalStorage()
Get Current total storage capacity in bytes. 
 | 
void | 
setArchiveStorage(Long ArchiveStorage)
Set Current ARCHIVE storage usage in bytes 
 | 
void | 
setArea(String Area)
Set VOD storage billing region. 
 | 
void | 
setDeepArchiveStorage(Long DeepArchiveStorage)
Set Current DEEP ARCHIVE storage usage in bytes 
 | 
void | 
setInfrequentStorage(Long InfrequentStorage)
Set Current STANDARD_IA storage capacity in bytes. 
 | 
void | 
setStandardStorage(Long StandardStorage)
Set Current STANDARD storage capacity in bytes. 
 | 
void | 
setTotalStorage(Long TotalStorage)
Set Current total storage capacity in bytes. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StorageStatData()
public StorageStatData(StorageStatData source)
public String getArea()
public void setArea(String Area)
Area - VOD storage billing region. Valid values:
public Long getTotalStorage()
public void setTotalStorage(Long TotalStorage)
TotalStorage - Current total 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 Long getArchiveStorage()
public void setArchiveStorage(Long ArchiveStorage)
ArchiveStorage - Current ARCHIVE storage usage in bytespublic Long getDeepArchiveStorage()
public void setDeepArchiveStorage(Long DeepArchiveStorage)
DeepArchiveStorage - Current DEEP ARCHIVE storage usage in bytesCopyright © 2025. All rights reserved.