public class DescribeLiveDomainsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeLiveDomainsRequest() | 
| 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. | 
| 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 | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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.Copyright © 2020. All rights reserved.