public class DescribeGlobalDomainListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeGlobalDomainListRequest() |
DescribeGlobalDomainListRequest(DescribeGlobalDomainListRequest 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[] |
getDomainTypes()
Get Domain type.
|
String |
getKeyword()
Get Domain names to be queried.
|
Long |
getLimit()
Get Number of results per page
|
Long |
getOffset()
Get Pagination offset
|
String |
getPlatformId()
Get Platform ID
|
void |
setDomainTypes(Long[] DomainTypes)
Set Domain type.
|
void |
setKeyword(String Keyword)
Set Domain names to be queried.
|
void |
setLimit(Long Limit)
Set Number of results per page
|
void |
setOffset(Long Offset)
Set Pagination offset
|
void |
setPlatformId(String PlatformId)
Set Platform ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeGlobalDomainListRequest()
public DescribeGlobalDomainListRequest(DescribeGlobalDomainListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results per pagepublic String getPlatformId()
public void setPlatformId(String PlatformId)
PlatformId
- Platform IDpublic Long[] getDomainTypes()
public void setDomainTypes(Long[] DomainTypes)
DomainTypes
- Domain type. 1: Allowed; 2: Blockedpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Domain names to be queried.Copyright © 2024. All rights reserved.