public class DescribeIntlPhoneEmailListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeIntlPhoneEmailListRequest() |
DescribeIntlPhoneEmailListRequest(DescribeIntlPhoneEmailListRequest 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 |
getLimit()
Get The number of records on each page in pagination cases.
|
Long |
getOffset()
Get The page number in pagination cases.
|
Long |
getType()
Get The type.
|
void |
setLimit(Long Limit)
Set The number of records on each page in pagination cases.
|
void |
setOffset(Long Offset)
Set The page number in pagination cases.
|
void |
setType(Long 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 DescribeIntlPhoneEmailListRequest()
public DescribeIntlPhoneEmailListRequest(DescribeIntlPhoneEmailListRequest source)
public Long getType()
public void setType(Long Type)
Type
- The type. Valid values: `1` (mobile number), `2` (email address).public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of records on each page in pagination cases.public Long getOffset()
public void setOffset(Long Offset)
Offset
- The page number in pagination cases.Copyright © 2023. All rights reserved.