public class DescribeAllStreamPlayInfoListRequest extends AbstractModel
header, skipSign
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 The playback domains to query.
|
String |
getQueryTime()
Get The query time of the request, supports data query for the last one month.
|
void |
setPlayDomains(String[] PlayDomains)
Set The playback domains to query.
|
void |
setQueryTime(String QueryTime)
Set The query time of the request, supports data query for the last one month.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAllStreamPlayInfoListRequest()
public DescribeAllStreamPlayInfoListRequest(DescribeAllStreamPlayInfoListRequest source)
public String getQueryTime()
public void setQueryTime(String QueryTime)
QueryTime
- The query time of the request, supports data query for the last one month. Interface request supports two time formats:
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- The playback domains to query. If you leave this empty, all playback domains will be queried.Copyright © 2024. All rights reserved.