public class StatDataItem extends AbstractModel
Constructor and Description |
---|
StatDataItem() |
Modifier and Type | Method and Description |
---|---|
String |
getTime()
Get 数据所在时间区间的开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。如:当时间粒度为天,2018-12-01T00:00:00+08:00,表示2018年12月1日(含)到2018年12月2日(不含)区间。
表示小时级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日0点到1点的统计数据。
表示天级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日的统计数据。
|
Long |
getValue()
Get 数据大小。
存储空间的数据,单位是字节。
转码时长的数据,单位是秒。
流量数据,单位是字节。
带宽数据,单位是比特每秒。
|
void |
setTime(String Time)
Set 数据所在时间区间的开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。如:当时间粒度为天,2018-12-01T00:00:00+08:00,表示2018年12月1日(含)到2018年12月2日(不含)区间。
表示小时级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日0点到1点的统计数据。
表示天级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日的统计数据。
|
void |
setValue(Long Value)
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 getTime()
public void setTime(String Time)
Time
- 数据所在时间区间的开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。如:当时间粒度为天,2018-12-01T00:00:00+08:00,表示2018年12月1日(含)到2018年12月2日(不含)区间。
public Long getValue()
public void setValue(Long Value)
Value
- 数据大小。
Copyright © 2020. All rights reserved.