public class DescribeLiveStreamOnlineListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeLiveStreamOnlineListRequest() |
DescribeLiveStreamOnlineListRequest(DescribeLiveStreamOnlineListRequest 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 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLiveStreamOnlineListRequest()
public DescribeLiveStreamOnlineListRequest(DescribeLiveStreamOnlineListRequest source)
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 © 2024. All rights reserved.