public class DescribeLiveStreamOnlineListRequest extends AbstractModel
Constructor and Description |
---|
DescribeLiveStreamOnlineListRequest() |
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.
|
Long |
getPageNum()
Get Page number to get.
|
Long |
getPageSize()
Get Number of entries per page.
|
String |
getStreamName()
Get Stream name, which is used for exact query.
|
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 |
setPageNum(Long PageNum)
Set Page number to get.
|
void |
setPageSize(Long PageSize)
Set Number of entries per page.
|
void |
setStreamName(String StreamName)
Set Stream name, which is used for exact query.
|
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 getDomainName()
public void setDomainName(String DomainName)
DomainName
- Push domain name. If you use multiple paths, enter the `DomainName`.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. If you use multiple paths, enter the `AppName`.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.
Value: any integer between 10 and 100.
Default value: 10.public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- Stream name, which is used for exact query.Copyright © 2020. All rights reserved.