public class DescribePhoneEmailListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribePhoneEmailListRequest() |
DescribePhoneEmailListRequest(DescribePhoneEmailListRequest 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 |
getCode()
Get 手机或者邮箱,用于精确搜索
|
Long |
getLimit()
Get 返回数量,默认为20,取值范围[1,200]
|
Long |
getOffset()
Get 偏移量,默认为0
|
Long |
getType()
Get 0:所有类型 1:手机 2:邮箱,默认0
|
void |
setCode(String Code)
Set 手机或者邮箱,用于精确搜索
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,取值范围[1,200]
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setType(Long Type)
Set 0:所有类型 1:手机 2:邮箱,默认0
|
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 DescribePhoneEmailListRequest()
public DescribePhoneEmailListRequest(DescribePhoneEmailListRequest source)
public Long getType()
public void setType(Long Type)
Type
- 0:所有类型 1:手机 2:邮箱,默认0public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,取值范围[1,200]public String getCode()
public void setCode(String Code)
Code
- 手机或者邮箱,用于精确搜索Copyright © 2023. All rights reserved.