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 Playback domain name list.
|
String |
getQueryTime()
Get Query time point accurate to the minute.
|
void |
setPlayDomains(String[] PlayDomains)
Set Playback domain name list.
|
void |
setQueryTime(String QueryTime)
Set Query time point accurate to the minute.
|
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
- Query time point accurate to the minute. You can query data within the last month. As there is a 5-minute delay in the data, you're advised to pass in a time point 5 minutes earlier than needed. Format: yyyy-mm-dd HH:MM:00. As the accuracy is to the minute, please set the value of second to `00`.public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- Playback domain name list. If this parameter is left empty, full data will be queried.Copyright © 2022. All rights reserved.