public class DescribeLiveDomainsRequest extends AbstractModel
Constructor and Description |
---|
DescribeLiveDomainsRequest() |
DescribeLiveDomainsRequest(DescribeLiveDomainsRequest 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 |
getDomainPrefix()
Get 域名前缀。
|
Long |
getDomainStatus()
Get 域名状态过滤。0-停用,1-启用。
|
Long |
getDomainType()
Get 域名类型过滤。0-推流,1-播放。
|
Long |
getIsDelayLive()
Get 0 普通直播 1慢直播 默认0。
|
Long |
getPageNum()
Get 取第几页,范围:1~100000。默认1。
|
Long |
getPageSize()
Get 分页大小,范围:10~100。默认10。
|
void |
setDomainPrefix(String DomainPrefix)
Set 域名前缀。
|
void |
setDomainStatus(Long DomainStatus)
Set 域名状态过滤。0-停用,1-启用。
|
void |
setDomainType(Long DomainType)
Set 域名类型过滤。0-推流,1-播放。
|
void |
setIsDelayLive(Long IsDelayLive)
Set 0 普通直播 1慢直播 默认0。
|
void |
setPageNum(Long PageNum)
Set 取第几页,范围:1~100000。默认1。
|
void |
setPageSize(Long PageSize)
Set 分页大小,范围:10~100。默认10。
|
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 DescribeLiveDomainsRequest()
public DescribeLiveDomainsRequest(DescribeLiveDomainsRequest source)
public Long getDomainStatus()
public void setDomainStatus(Long DomainStatus)
DomainStatus
- 域名状态过滤。0-停用,1-启用。public Long getDomainType()
public void setDomainType(Long DomainType)
DomainType
- 域名类型过滤。0-推流,1-播放。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页大小,范围:10~100。默认10。public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 取第几页,范围:1~100000。默认1。public Long getIsDelayLive()
public void setIsDelayLive(Long IsDelayLive)
IsDelayLive
- 0 普通直播 1慢直播 默认0。public String getDomainPrefix()
public void setDomainPrefix(String DomainPrefix)
DomainPrefix
- 域名前缀。Copyright © 2021. All rights reserved.