public class DescribeLiveDomainsRequest extends AbstractModel
header, skipSign
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 Domain name prefix.
|
Long |
getDomainStatus()
Get Filter by domain name status.
|
Long |
getDomainType()
Get Filter by domain name type.
|
Long |
getIsDelayLive()
Get 0: LVB, 1: LCB.
|
Long |
getPageNum()
Get Page number to get.
|
Long |
getPageSize()
Get Number of entries per page.
|
Long |
getPlayType()
Get Playback region.
|
void |
setDomainPrefix(String DomainPrefix)
Set Domain name prefix.
|
void |
setDomainStatus(Long DomainStatus)
Set Filter by domain name status.
|
void |
setDomainType(Long DomainType)
Set Filter by domain name type.
|
void |
setIsDelayLive(Long IsDelayLive)
Set 0: LVB, 1: LCB.
|
void |
setPageNum(Long PageNum)
Set Page number to get.
|
void |
setPageSize(Long PageSize)
Set Number of entries per page.
|
void |
setPlayType(Long PlayType)
Set Playback region.
|
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 DescribeLiveDomainsRequest()
public DescribeLiveDomainsRequest(DescribeLiveDomainsRequest source)
public Long getDomainStatus()
public void setDomainStatus(Long DomainStatus)
DomainStatus
- Filter by domain name status. 0: disabled, 1: enabled.public Long getDomainType()
public void setDomainType(Long DomainType)
DomainType
- Filter by domain name type. 0: push. 1: playbackpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of entries per page. Value range: 10-100. Default value: 10.public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- Page number to get. Value range: 1-100000. Default value: 1.public Long getIsDelayLive()
public void setIsDelayLive(Long IsDelayLive)
IsDelayLive
- 0: LVB, 1: LCB. Default value: 0.public String getDomainPrefix()
public void setDomainPrefix(String DomainPrefix)
DomainPrefix
- Domain name prefix.public Long getPlayType()
public void setPlayType(Long PlayType)
PlayType
- Playback region. This parameter is valid only when `DomainType` is set to `1`.
`1`: Chinese mainland
`2`: global
`3`: outside Chinese mainlandCopyright © 2024. All rights reserved.