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 The playback domains to query.
|
String |
getQueryTime()
Get The time point to query in the format of “yyyy-mm-dd HH:MM:00”(accurate to the minute).
|
void |
setPlayDomains(String[] PlayDomains)
Set The playback domains to query.
|
void |
setQueryTime(String QueryTime)
Set The time point to query in the format of “yyyy-mm-dd HH:MM:00”(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
- The time point to query in the format of “yyyy-mm-dd HH:MM:00”(accurate to the minute). You can query data from the last month. Because there is a five-minute delay in the data, if you want to get the latest data, we recommend you pass in a time point five minutes earlier than the current time.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 © 2023. All rights reserved.