public class DescribePhoneNumberOperatorAttributeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authCode
The authorization code.
|
String |
flowName
example:
示例值
|
String |
inputNumber
The phone number to be queried.
|
String |
mask
The encryption method of the phone number.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
resultCount
example:
示例值示例值示例值
|
| 构造器和说明 |
|---|
DescribePhoneNumberOperatorAttributeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePhoneNumberOperatorAttributeRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getFlowName() |
String |
getInputNumber() |
String |
getMask() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getResultCount() |
DescribePhoneNumberOperatorAttributeRequest |
setAuthCode(String authCode) |
DescribePhoneNumberOperatorAttributeRequest |
setFlowName(String flowName) |
DescribePhoneNumberOperatorAttributeRequest |
setInputNumber(String inputNumber) |
DescribePhoneNumberOperatorAttributeRequest |
setMask(String mask) |
DescribePhoneNumberOperatorAttributeRequest |
setOwnerId(Long ownerId) |
DescribePhoneNumberOperatorAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribePhoneNumberOperatorAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribePhoneNumberOperatorAttributeRequest |
setResultCount(String resultCount) |
@NameInMap(value="AuthCode") public String authCode
The authorization code.
On the My Applications page in the Cell Phone Number Service console, you can obtain the authorization code (also known as authorization ID).
This parameter is required.
example:Dd1r***4id
@NameInMap(value="FlowName") public String flowName
示例值
@NameInMap(value="InputNumber") public String inputNumber
The phone number to be queried.
Letters in the encrypted strings are not case-sensitive.
This parameter is required.
example:139****1234
@NameInMap(value="Mask") public String mask
The encryption method of the phone number. Valid values:
Letters in the string must be uppercase.
This parameter is required.
example:MD5
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ResultCount") public String resultCount
示例值示例值示例值
public DescribePhoneNumberOperatorAttributeRequest()
public static DescribePhoneNumberOperatorAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePhoneNumberOperatorAttributeRequest setAuthCode(String authCode)
public String getAuthCode()
public DescribePhoneNumberOperatorAttributeRequest setFlowName(String flowName)
public String getFlowName()
public DescribePhoneNumberOperatorAttributeRequest setInputNumber(String inputNumber)
public String getInputNumber()
public DescribePhoneNumberOperatorAttributeRequest setMask(String mask)
public String getMask()
public DescribePhoneNumberOperatorAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePhoneNumberOperatorAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribePhoneNumberOperatorAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribePhoneNumberOperatorAttributeRequest setResultCount(String resultCount)
public String getResultCount()
Copyright © 2026. All rights reserved.