public class PlayStatInfo extends AbstractModel
Constructor and Description |
---|
PlayStatInfo() |
PlayStatInfo(PlayStatInfo 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 |
---|---|
String |
getFileId()
Get 媒体文件ID。
|
Long |
getPlayTimes()
Get 播放次数。
|
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 |
getTraffic()
Get 播放流量,单位:字节。
|
void |
setFileId(String FileId)
Set 媒体文件ID。
|
void |
setPlayTimes(Long PlayTimes)
Set 播放次数。
|
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 |
setTraffic(Long Traffic)
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 PlayStatInfo()
public PlayStatInfo(PlayStatInfo source)
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 String getFileId()
public void setFileId(String FileId)
FileId
- 媒体文件ID。public Long getPlayTimes()
public void setPlayTimes(Long PlayTimes)
PlayTimes
- 播放次数。public Long getTraffic()
public void setTraffic(Long Traffic)
Traffic
- 播放流量,单位:字节。Copyright © 2022. All rights reserved.