public class PlayStatFileInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PlayStatFileInfo() |
PlayStatFileInfo(PlayStatFileInfo 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 |
getDate()
Get 播放统计数据所属日期,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getUrl()
Get 播放统计文件的 URL 地址。播放统计文件内容为:
date:播放日期。
file_id:视频文件 ID。
ip_count:去重后的客户端 IP 数。
flux:播放流量,单位:字节。
play_times:总的播放次数。
pc_play_times:PC 端播放次数。
mobile_play_times:移动端播放次数。
iphone_play_times:iPhone 端播放次数。
android_play_times:Android 端播放次数。
host_name 域名。
|
void |
setDate(String Date)
Set 播放统计数据所属日期,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setUrl(String Url)
Set 播放统计文件的 URL 地址。播放统计文件内容为:
date:播放日期。
file_id:视频文件 ID。
ip_count:去重后的客户端 IP 数。
flux:播放流量,单位:字节。
play_times:总的播放次数。
pc_play_times:PC 端播放次数。
mobile_play_times:移动端播放次数。
iphone_play_times:iPhone 端播放次数。
android_play_times:Android 端播放次数。
host_name 域名。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PlayStatFileInfo()
public PlayStatFileInfo(PlayStatFileInfo source)
public String getDate()
public void setDate(String Date)
Date
- 播放统计数据所属日期,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。public String getUrl()
public void setUrl(String Url)
Url
- 播放统计文件的 URL 地址。播放统计文件内容为:
Copyright © 2025. All rights reserved.