public class StorageStatData extends AbstractModel
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 当前归档存储量,单位是字节。
|
String |
getArea()
Get 点播存储的计费区域,可能值:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
|
Long |
getDeepArchiveStorage()
Get 当前深度归档存储量,单位是字节。
|
Long |
getInfrequentStorage()
Get 当前低频存储量,单位是字节。
|
Long |
getStandardStorage()
Get 当前标准存储量,单位是字节。
|
Long |
getTotalStorage()
Get 当前总存储量,单位是字节。
|
void |
setArchiveStorage(Long ArchiveStorage)
Set 当前归档存储量,单位是字节。
|
void |
setArea(String Area)
Set 点播存储的计费区域,可能值:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
|
void |
setDeepArchiveStorage(Long DeepArchiveStorage)
Set 当前深度归档存储量,单位是字节。
|
void |
setInfrequentStorage(Long InfrequentStorage)
Set 当前低频存储量,单位是字节。
|
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 StorageStatData()
public StorageStatData(StorageStatData source)
public String getArea()
public void setArea(String Area)
Area
- 点播存储的计费区域,可能值:
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 Long getArchiveStorage()
public void setArchiveStorage(Long ArchiveStorage)
ArchiveStorage
- 当前归档存储量,单位是字节。public Long getDeepArchiveStorage()
public void setDeepArchiveStorage(Long DeepArchiveStorage)
DeepArchiveStorage
- 当前深度归档存储量,单位是字节。Copyright © 2021. All rights reserved.