public class DescribeLiveDomainsResponse extends AbstractModel
Constructor and Description |
---|
DescribeLiveDomainsResponse() |
DescribeLiveDomainsResponse(DescribeLiveDomainsResponse 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 |
---|---|
Long |
getAllCount()
Get Total number of results.
|
Long |
getCreateLimitCount()
Get The number of domain names that can be added
Note: this field may return `null`, indicating that no valid values can be obtained.
|
DomainInfo[] |
getDomainList()
Get List of domain name details.
|
Long[] |
getPlayTypeCount()
Get The number of domains accelerated in the Chinese mainland, globally, and outside the Chinese mainland respectively.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setAllCount(Long AllCount)
Set Total number of results.
|
void |
setCreateLimitCount(Long CreateLimitCount)
Set The number of domain names that can be added
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDomainList(DomainInfo[] DomainList)
Set List of domain name details.
|
void |
setPlayTypeCount(Long[] PlayTypeCount)
Set The number of domains accelerated in the Chinese mainland, globally, and outside the Chinese mainland respectively.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 DescribeLiveDomainsResponse()
public DescribeLiveDomainsResponse(DescribeLiveDomainsResponse source)
public Long getAllCount()
public void setAllCount(Long AllCount)
AllCount
- Total number of results.public DomainInfo[] getDomainList()
public void setDomainList(DomainInfo[] DomainList)
DomainList
- List of domain name details.public Long getCreateLimitCount()
public void setCreateLimitCount(Long CreateLimitCount)
CreateLimitCount
- The number of domain names that can be added
Note: this field may return `null`, indicating that no valid values can be obtained.public Long[] getPlayTypeCount()
public void setPlayTypeCount(Long[] PlayTypeCount)
PlayTypeCount
- The number of domains accelerated in the Chinese mainland, globally, and outside the Chinese mainland respectively.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.