public class DescribeAccountsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAccountsRequest() |
DescribeAccountsRequest(DescribeAccountsRequest 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 分页返回的记录条数,默认值:10,最大值:20。
|
Long |
getOffset()
Get 分页返回的起始偏移量,默认值:0。
|
String |
getPhone()
Get 手机号码。指定手机号获取账号信息,目前仅支持国内手机号,且号码不加地区码 `+86` 等。
|
String |
getPlatform()
Get 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
void |
setLimit(Long Limit)
Set 分页返回的记录条数,默认值:10,最大值:20。
|
void |
setOffset(Long Offset)
Set 分页返回的起始偏移量,默认值:0。
|
void |
setPhone(String Phone)
Set 手机号码。指定手机号获取账号信息,目前仅支持国内手机号,且号码不加地区码 `+86` 等。
|
void |
setPlatform(String Platform)
Set 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAccountsRequest()
public DescribeAccountsRequest(DescribeAccountsRequest source)
public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。public String getPhone()
public void setPhone(String Phone)
Phone
- 手机号码。指定手机号获取账号信息,目前仅支持国内手机号,且号码不加地区码 `+86` 等。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页返回的起始偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页返回的记录条数,默认值:10,最大值:20。Copyright © 2022. All rights reserved.