public class DescribeLiveStreamEventListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeLiveStreamEventListRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppName()Get Push path, which is the same as the AppName in push and playback addresses and is "live" by default. | 
| String | getDomainName()Get Push domain name. | 
| String | getEndTime()Get End time. | 
| Long | getIsAsc()Get Whether to display in ascending order by end time. | 
| Long | getIsFilter()Get Whether to filter. | 
| Long | getIsStrict()Get Whether to query exactly. | 
| Long | getPageNum()Get Page number to get. | 
| Long | getPageSize()Get Number of entries per page. | 
| String | getStartTime()Get Start time. | 
| String | getStreamName()Get Stream name; query with wildcard (*) is not supported; fuzzy match by default. | 
| void | setAppName(String AppName)Set Push path, which is the same as the AppName in push and playback addresses and is "live" by default. | 
| void | setDomainName(String DomainName)Set Push domain name. | 
| void | setEndTime(String EndTime)Set End time. | 
| void | setIsAsc(Long IsAsc)Set Whether to display in ascending order by end time. | 
| void | setIsFilter(Long IsFilter)Set Whether to filter. | 
| void | setIsStrict(Long IsStrict)Set Whether to query exactly. | 
| void | setPageNum(Long PageNum)Set Page number to get. | 
| void | setPageSize(Long PageSize)Set Number of entries per page. | 
| void | setStartTime(String StartTime)Set Start time. | 
| void | setStreamName(String StreamName)Set Stream name; query with wildcard (*) is not supported; fuzzy match by default. | 
| 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, toJsonStringpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time. 
In UTC format, such as 2018-12-29T19:00:00Z.
This supports querying the history of 60 days.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time.
In UTC format, such as 2018-12-29T20:00:00Z.
This cannot be after the current time and cannot be more than 30 days after the start time.public String getAppName()
public void setAppName(String AppName)
AppName - Push path, which is the same as the AppName in push and playback addresses and is "live" by default.public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Push domain name.public String getStreamName()
public void setStreamName(String StreamName)
StreamName - Stream name; query with wildcard (*) is not supported; fuzzy match by default.
The IsStrict field can be used to change to exact query.public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum - Page number to get.
Default value: 1.
Note: Currently, query for up to 10,000 entries is supported.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of entries per page.
Maximum value: 100.
Value range: any integer between 1 and 100.
Default value: 10.
Note: currently, query for up to 10,000 entries is supported.public Long getIsFilter()
public void setIsFilter(Long IsFilter)
IsFilter - Whether to filter. No filtering by default.
0: No filtering at all.
1: Filter out the failing streams and return only the successful ones.public Long getIsStrict()
public void setIsStrict(Long IsStrict)
IsStrict - Whether to query exactly. Fuzzy match by default.
0: Fuzzy match.
1: Exact query.
Note: This parameter takes effect when StreamName is used.public Long getIsAsc()
public void setIsAsc(Long IsAsc)
IsAsc - Whether to display in ascending order by end time. Descending order by default.
0: Descending.
1: Ascending.Copyright © 2020. All rights reserved.