public class DescribeAllStreamPlayInfoListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAllStreamPlayInfoListRequest() |
DescribeAllStreamPlayInfoListRequest(DescribeAllStreamPlayInfoListRequest 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[] |
getPlayDomains()
Get 播放域名列表,若不填,表示总体数据。
|
String |
getQueryTime()
Get 查询时间点,精确到分钟粒度,支持最近1个月的数据查询,数据延迟为5分钟左右,如果要查询实时的数据,建议传递5分钟前的时间点,格式为yyyy-mm-dd HH:MM:00。(只精确至分钟,秒数填00)。
|
void |
setPlayDomains(String[] PlayDomains)
Set 播放域名列表,若不填,表示总体数据。
|
void |
setQueryTime(String QueryTime)
Set 查询时间点,精确到分钟粒度,支持最近1个月的数据查询,数据延迟为5分钟左右,如果要查询实时的数据,建议传递5分钟前的时间点,格式为yyyy-mm-dd HH:MM:00。(只精确至分钟,秒数填00)。
|
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 DescribeAllStreamPlayInfoListRequest()
public DescribeAllStreamPlayInfoListRequest(DescribeAllStreamPlayInfoListRequest source)
public String getQueryTime()
public void setQueryTime(String QueryTime)
QueryTime
- 查询时间点,精确到分钟粒度,支持最近1个月的数据查询,数据延迟为5分钟左右,如果要查询实时的数据,建议传递5分钟前的时间点,格式为yyyy-mm-dd HH:MM:00。(只精确至分钟,秒数填00)。public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- 播放域名列表,若不填,表示总体数据。Copyright © 2021. All rights reserved.