public class DescribeStreamPlayInfoListRequest extends AbstractModel
Constructor and Description |
---|
DescribeStreamPlayInfoListRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAppName()
Get Push path, which is the same as the `AppName` in the playback address, subject to exact match, and valid if `StreamName` is passed in.
|
String |
getEndTime()
Get End time (Beijing time) in the format of `yyyy-mm-dd HH:MM:SS`.
|
String |
getPlayDomain()
Get Playback domain name,
If this parameter is left empty, data of live streams of all playback domain names will be queried.
|
String |
getStartTime()
Get Start time (Beijing time) in the format of `yyyy-mm-dd HH:MM:SS`,
The start time cannot be more than 30 days after the current time.
|
String |
getStreamName()
Get Stream name (exact match).
|
void |
setAppName(String AppName)
Set Push path, which is the same as the `AppName` in the playback address, subject to exact match, and valid if `StreamName` is passed in.
|
void |
setEndTime(String EndTime)
Set End time (Beijing time) in the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
setPlayDomain(String PlayDomain)
Set Playback domain name,
If this parameter is left empty, data of live streams of all playback domain names will be queried.
|
void |
setStartTime(String StartTime)
Set Start time (Beijing time) in the format of `yyyy-mm-dd HH:MM:SS`,
The start time cannot be more than 30 days after the current time.
|
void |
setStreamName(String StreamName)
Set Stream name (exact match).
|
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 String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time (Beijing time) in the format of `yyyy-mm-dd HH:MM:SS`,
The start time cannot be more than 30 days after the current time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time (Beijing time) in the format of `yyyy-mm-dd HH:MM:SS`.
The end time and start time must be on the same day.public String getPlayDomain()
public void setPlayDomain(String PlayDomain)
PlayDomain
- Playback domain name,
If this parameter is left empty, data of live streams of all playback domain names will be queried.public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- Stream name (exact match).
If this parameter is left empty, full playback data will be queried.public String getAppName()
public void setAppName(String AppName)
AppName
- Push path, which is the same as the `AppName` in the playback address, subject to exact match, and valid if `StreamName` is passed in.
If this parameter is left empty, full playback data will be queried.
Note: to query by `AppName`, you need to submit a ticket for application.Copyright © 2020. All rights reserved.