Class DescribePhoneEmailListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.domain.v20180808.models.DescribePhoneEmailListRequest
-
public class DescribePhoneEmailListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
Get 手机或者邮箱,用于精确搜索Long
getLimit()
Get 返回数量,默认为20,取值范围[1,200]Long
getOffset()
Get 偏移量,默认为0Long
getType()
Get 0:所有类型 1:手机 2:邮箱,默认0void
setCode(String Code)
Set 手机或者邮箱,用于精确搜索void
setLimit(Long Limit)
Set 返回数量,默认为20,取值范围[1,200]void
setOffset(Long Offset)
Set 偏移量,默认为0void
setType(Long Type)
Set 0:所有类型 1:手机 2:邮箱,默认0void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribePhoneEmailListRequest
public DescribePhoneEmailListRequest()
-
DescribePhoneEmailListRequest
public 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.
-
-
Method Detail
-
getType
public Long getType()
Get 0:所有类型 1:手机 2:邮箱,默认0- Returns:
- Type 0:所有类型 1:手机 2:邮箱,默认0
-
setType
public void setType(Long Type)
Set 0:所有类型 1:手机 2:邮箱,默认0- Parameters:
Type
- 0:所有类型 1:手机 2:邮箱,默认0
-
getOffset
public Long getOffset()
Get 偏移量,默认为0- Returns:
- Offset 偏移量,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0- Parameters:
Offset
- 偏移量,默认为0
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,取值范围[1,200]- Returns:
- Limit 返回数量,默认为20,取值范围[1,200]
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,取值范围[1,200]- Parameters:
Limit
- 返回数量,默认为20,取值范围[1,200]
-
getCode
public String getCode()
Get 手机或者邮箱,用于精确搜索- Returns:
- Code 手机或者邮箱,用于精确搜索
-
setCode
public void setCode(String Code)
Set 手机或者邮箱,用于精确搜索- Parameters:
Code
- 手机或者邮箱,用于精确搜索
-
-