public class DescribeStreamPlayInfoListRequest extends AbstractModel
Constructor and Description |
---|
DescribeStreamPlayInfoListRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAppName()
Get Push address.
|
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 |
getServiceName()
Get
|
String |
getStartTime()
Get Start time (Beijing time) in the format of yyyy-mm-dd HH:MM:SS
|
String |
getStreamName()
Get Stream name (exact match).
|
void |
setAppName(String AppName)
Set Push address.
|
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 |
setServiceName(String ServiceName)
Set
|
void |
setStartTime(String StartTime)
Set Start time (Beijing time) in the format of yyyy-mm-dd HH:MM:SS
|
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:SSpublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time (Beijing time) in the format of yyyy-mm-dd HH:MM:SS.
The difference between the start time and end time cannot be greater than 24 hours. Data in the last 30 days can be queried.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 address. Its value is the same as the `AppName` in playback address. It supports exact match, and takes effect only when `StreamName` is passed at the same time.
If it is left empty, the full playback data will be queried.
Note: to query by `AppName`, you need to submit a ticket first. After your application succeeds, it will take about 5 business days (subject to the time in the reply) for the configuration to take effect.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Copyright © 2021. All rights reserved.