public class PhoneNumberStatusForAccountRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authCode
The authorization code.
|
String |
inputNumber
The phone number to be queried.
|
String |
mask
The encryption method of the phone number.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
PhoneNumberStatusForAccountRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PhoneNumberStatusForAccountRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getInputNumber() |
String |
getMask() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
PhoneNumberStatusForAccountRequest |
setAuthCode(String authCode) |
PhoneNumberStatusForAccountRequest |
setInputNumber(String inputNumber) |
PhoneNumberStatusForAccountRequest |
setMask(String mask) |
PhoneNumberStatusForAccountRequest |
setOwnerId(Long ownerId) |
PhoneNumberStatusForAccountRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
PhoneNumberStatusForAccountRequest |
setResourceOwnerId(Long resourceOwnerId) |
@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="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:
This parameter is required.
example:NORMAL
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static PhoneNumberStatusForAccountRequest build(Map<String,?> map) throws Exception
Exceptionpublic PhoneNumberStatusForAccountRequest setAuthCode(String authCode)
public String getAuthCode()
public PhoneNumberStatusForAccountRequest setInputNumber(String inputNumber)
public String getInputNumber()
public PhoneNumberStatusForAccountRequest setMask(String mask)
public String getMask()
public PhoneNumberStatusForAccountRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public PhoneNumberStatusForAccountRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public PhoneNumberStatusForAccountRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2026. All rights reserved.