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 Date of playback statistics in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
String |
getUrl()
Get URL of a playback statistics file, including the following contents:
date: playback date
file_id: video file ID
ip_count: number of client IPs after deduplication
flux: playback traffic in bytes
play_times: total playback times
pc_play_times: playback times on PC clients
mobile_play_times: playback times on mobile clients
iphone_play_times: playback times on iPhone
android_play_times: playback times on Android
host_name: domain name
|
void |
setDate(String Date)
Set Date of playback statistics in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
void |
setUrl(String Url)
Set URL of a playback statistics file, including the following contents:
date: playback date
file_id: video file ID
ip_count: number of client IPs after deduplication
flux: playback traffic in bytes
play_times: total playback times
pc_play_times: playback times on PC clients
mobile_play_times: playback times on mobile clients
iphone_play_times: playback times on iPhone
android_play_times: playback times on Android
host_name: domain 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, toJsonStringpublic PlayStatFileInfo()
public PlayStatFileInfo(PlayStatFileInfo source)
public String getDate()
public void setDate(String Date)
Date - Date of playback statistics in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).public String getUrl()
public void setUrl(String Url)
Url - URL of a playback statistics file, including the following contents:
Copyright © 2025. All rights reserved.