public class DescribeMediaPlayStatDetailsRequest extends AbstractModel
Constructor and Description |
---|
DescribeMediaPlayStatDetailsRequest() |
DescribeMediaPlayStatDetailsRequest(DescribeMediaPlayStatDetailsRequest 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 |
getEndTime()
Get 结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getFileId()
Get 媒体文件 ID。
|
String |
getInterval()
Get 统计时间粒度,有效值:
Hour:以小时为粒度。
Day:以天为粒度。
默认按时间跨度决定,小于1天以小时为粒度,大于等于1天则以天为粒度。
|
String |
getStartTime()
Get 起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setEndTime(String EndTime)
Set 结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setFileId(String FileId)
Set 媒体文件 ID。
|
void |
setInterval(String Interval)
Set 统计时间粒度,有效值:
Hour:以小时为粒度。
Day:以天为粒度。
默认按时间跨度决定,小于1天以小时为粒度,大于等于1天则以天为粒度。
|
void |
setStartTime(String StartTime)
Set 起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
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 DescribeMediaPlayStatDetailsRequest()
public DescribeMediaPlayStatDetailsRequest(DescribeMediaPlayStatDetailsRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- 媒体文件 ID。public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。public String getInterval()
public void setInterval(String Interval)
Interval
- 统计时间粒度,有效值:
Copyright © 2023. All rights reserved.