public class DescribeDomainListRequest extends AbstractModel
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 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 Domain group type.
|
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 DescribeDomainListRequest()
public DescribeDomainListRequest(DescribeDomainListRequest source)
public String getType()
public void setType(String Type)
Type
- Domain group type. Valid values: `ALL`, `MINE`, `SHARE`, `ISMARK`, `PAUSE`, `VIP`, `RECENT`, `SHARE_OUT`. Default value: `ALL`.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 © 2023. All rights reserved.