public class DescribeStreamPlayInfoListRequest extends AbstractModel
Constructor and Description |
---|
DescribeStreamPlayInfoListRequest() |
DescribeStreamPlayInfoListRequest(DescribeStreamPlayInfoListRequest 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 |
getAppName()
Get Push address.
|
String |
getEndTime()
Get The 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 Service name.
|
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 The 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 Service name.
|
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 DescribeStreamPlayInfoListRequest()
public DescribeStreamPlayInfoListRequest(DescribeStreamPlayInfoListRequest source)
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
- The end time (Beijing time) in the format of yyyy-mm-dd HH:MM:SS.
The start time and end time cannot be more than 24 hours apart and must be within the past month.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
- Service name. Valid values: LVB, LEB. If this parameter is left empty, all data of LVB and LEB will be queried.Copyright © 2023. All rights reserved.