public class DescribeIntlTemplateListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeIntlTemplateListRequest() |
DescribeIntlTemplateListRequest(DescribeIntlTemplateListRequest 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 |
---|---|
String |
getKeyword()
Get The domain registrant keyword for exact match.
|
Long |
getLimit()
Get The maximum number of entries.
|
Long |
getOffset()
Get The offset.
|
String |
getType()
Get The type.
|
void |
setKeyword(String Keyword)
Set The domain registrant keyword for exact match.
|
void |
setLimit(Long Limit)
Set The maximum number of entries.
|
void |
setOffset(Long Offset)
Set The offset.
|
void |
setType(String Type)
Set The type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIntlTemplateListRequest()
public DescribeIntlTemplateListRequest(DescribeIntlTemplateListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- The offset.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of entries.public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- The domain registrant keyword for exact match.public String getType()
public void setType(String Type)
Type
- The type. Valid values: `all` (all types), `I` (individual), `E` (organization).Copyright © 2023. All rights reserved.