public class DescribeLiveDomainsResponse extends AbstractModel
Constructor and Description |
---|
DescribeLiveDomainsResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getAllCount()
Get Total number of results.
|
DomainInfo[] |
getDomainList()
Get List of domain name details.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setAllCount(Long AllCount)
Set Total number of results.
|
void |
setDomainList(DomainInfo[] DomainList)
Set List of domain name details.
|
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 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 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 © 2020. All rights reserved.