public class DescribeLiveStreamPublishedListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeLiveStreamPublishedListRequest()  | 
DescribeLiveStreamPublishedListRequest(DescribeLiveStreamPublishedListRequest 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 path, which is the same as the `AppName` in push and playback addresses and is `live` by default. 
 | 
String | 
getDomainName()
Get Your push domain name. 
 | 
String | 
getEndTime()
Get End time. 
 | 
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, which supports fuzzy match. 
 | 
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 Your push domain name. 
 | 
void | 
setEndTime(String EndTime)
Set End time. 
 | 
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, which supports fuzzy match. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeLiveStreamPublishedListRequest()
public DescribeLiveStreamPublishedListRequest(DescribeLiveStreamPublishedListRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Your push domain name.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time.
In UTC format, such as 2016-06-30T19:00:00Z.
This cannot be after the current time.
Note: The difference between EndTime and StartTime cannot be greater than 30 days.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time. 
In UTC format, such as 2016-06-29T19:00:00Z.
This supports querying data in the past 60 days.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. Fuzzy match is not supported.public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum - Page number to get.
Default value: 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of entries per page.
Maximum value: 100
Valid values: integers between 10 and 100
Default value: 10public String getStreamName()
public void setStreamName(String StreamName)
StreamName - Stream name, which supports fuzzy match.Copyright © 2025. All rights reserved.