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 分组ID, 获取指定分组的域名
|
String |
getKeyword()
Get 根据关键字搜索域名
|
Long |
getLimit()
Get 要获取的域名数量, 比如获取20个, 则为20。默认值为3000。
|
Long |
getOffset()
Get 记录开始的偏移, 第一条记录为 0, 依次类推。默认值为0。
|
String |
getType()
Get 域名分组类型,默认为ALL。可取值为ALL,MINE,SHARE,ISMARK,PAUSE,VIP,RECENT,SHARE_OUT,FREE。
|
void |
setGroupId(Long GroupId)
Set 分组ID, 获取指定分组的域名
|
void |
setKeyword(String Keyword)
Set 根据关键字搜索域名
|
void |
setLimit(Long Limit)
Set 要获取的域名数量, 比如获取20个, 则为20。默认值为3000。
|
void |
setOffset(Long Offset)
Set 记录开始的偏移, 第一条记录为 0, 依次类推。默认值为0。
|
void |
setType(String Type)
Set 域名分组类型,默认为ALL。可取值为ALL,MINE,SHARE,ISMARK,PAUSE,VIP,RECENT,SHARE_OUT,FREE。
|
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
- 域名分组类型,默认为ALL。可取值为ALL,MINE,SHARE,ISMARK,PAUSE,VIP,RECENT,SHARE_OUT,FREE。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 记录开始的偏移, 第一条记录为 0, 依次类推。默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 要获取的域名数量, 比如获取20个, 则为20。默认值为3000。public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 分组ID, 获取指定分组的域名public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 根据关键字搜索域名Copyright © 2023. All rights reserved.