public class DescribeDomainListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDomainListRequest()  | 
DescribeDomainListRequest(DescribeDomainListRequest 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 | 
getGroupId()
Get Group ID, which can be passed in to get all domains in the specified group 
 | 
String | 
getKeyword()
Get Keyword for searching for a domain 
 | 
Long | 
getLimit()
Get Number of domains to be obtained. 
 | 
Long | 
getOffset()
Get Record offset starting from `0`. 
 | 
String | 
getType()
Get The domain group type. 
 | 
void | 
setGroupId(Long GroupId)
Set Group ID, which can be passed in to get all domains in the specified group 
 | 
void | 
setKeyword(String Keyword)
Set Keyword for searching for a domain 
 | 
void | 
setLimit(Long Limit)
Set Number of domains to be obtained. 
 | 
void | 
setOffset(Long Offset)
Set Record offset starting from `0`. 
 | 
void | 
setType(String Type)
Set The domain group type. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeDomainListRequest()
public DescribeDomainListRequest(DescribeDomainListRequest source)
public String getType()
public void setType(String Type)
Type - The domain group type. Valid values: `ALL` (default), `MINE`, `SHARE`, `ISMARK`, `PAUSE`, `VIP`, `RECENT`, `SHARE_OUT`, and `FREE`.public Long getOffset()
public void setOffset(Long Offset)
Offset - Record offset starting from `0`. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of domains to be obtained. For example, `20` indicates to obtain 20 domains. Default value: `3000`.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - Group ID, which can be passed in to get all domains in the specified grouppublic String getKeyword()
public void setKeyword(String Keyword)
Keyword - Keyword for searching for a domainCopyright © 2025. All rights reserved.