public class StorageStatData extends AbstractModel
Constructor and Description |
---|
StorageStatData() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get VOD storage billing region.
|
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 |
setArea(String Area)
Set VOD storage billing region.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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.Copyright © 2021. All rights reserved.