public class DailyPlayStatInfo extends AbstractModel
Constructor and Description |
---|
DailyPlayStatInfo() |
DailyPlayStatInfo(DailyPlayStatInfo 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 |
getFileId()
Get 媒体文件ID。
|
Long |
getPlayTimes()
Get 播放次数。
|
Long |
getTraffic()
Get 播放流量,单位:字节。
|
void |
setDate(String Date)
Set 播放媒体文件的日期,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setFileId(String FileId)
Set 媒体文件ID。
|
void |
setPlayTimes(Long PlayTimes)
Set 播放次数。
|
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 DailyPlayStatInfo()
public DailyPlayStatInfo(DailyPlayStatInfo source)
public String getDate()
public void setDate(String Date)
Date
- 播放媒体文件的日期,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。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 © 2021. All rights reserved.