public class StorageStatData extends AbstractModel
Constructor and Description |
---|
StorageStatData() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get 点播存储的计费区域,可能值:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
|
Long |
getInfrequentStorage()
Get 当前低频存储量,单位是字节。
|
Long |
getStandardStorage()
Get 当前标准存储量,单位是字节。
|
Long |
getTotalStorage()
Get 当前总存储量,单位是字节。
|
void |
setArea(String Area)
Set 点播存储的计费区域,可能值:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
|
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 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
- 当前标准存储量,单位是字节。Copyright © 2021. All rights reserved.