public class DescribePhoneNumberAnalysisAIRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authCode
The authorization code.
|
String |
inputNumber
The phone number to be queried.
|
String |
modelConfig
The model parameter configuration.
|
Long |
ownerId |
Long |
rate
The score threshold for the phone number.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribePhoneNumberAnalysisAIRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribePhoneNumberAnalysisAIRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getInputNumber() |
String |
getModelConfig() |
Long |
getOwnerId() |
Long |
getRate() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribePhoneNumberAnalysisAIRequest |
setAuthCode(String authCode) |
DescribePhoneNumberAnalysisAIRequest |
setInputNumber(String inputNumber) |
DescribePhoneNumberAnalysisAIRequest |
setModelConfig(String modelConfig) |
DescribePhoneNumberAnalysisAIRequest |
setOwnerId(Long ownerId) |
DescribePhoneNumberAnalysisAIRequest |
setRate(Long rate) |
DescribePhoneNumberAnalysisAIRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribePhoneNumberAnalysisAIRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AuthCode") public String authCode
The authorization code.
> On the ****[**Labels**](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can obtain an authorization code.
This parameter is required.
@NameInMap(value="InputNumber") public String inputNumber
The phone number to be queried.
This parameter is required.
@NameInMap(value="ModelConfig") public String modelConfig
The model parameter configuration. This field is required by some labels.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Rate") public Long rate
The score threshold for the phone number. Valid values: **0 to 100**.
> The system provided by Alibaba Cloud determines whether to accept the specified score threshold. When the system does not accept the specified score threshold, the value of this field is invalid.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DescribePhoneNumberAnalysisAIRequest build(Map<String,?> map) throws Exception
Exception
public DescribePhoneNumberAnalysisAIRequest setAuthCode(String authCode)
public String getAuthCode()
public DescribePhoneNumberAnalysisAIRequest setInputNumber(String inputNumber)
public String getInputNumber()
public DescribePhoneNumberAnalysisAIRequest setModelConfig(String modelConfig)
public String getModelConfig()
public DescribePhoneNumberAnalysisAIRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePhoneNumberAnalysisAIRequest setRate(Long rate)
public Long getRate()
public DescribePhoneNumberAnalysisAIRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribePhoneNumberAnalysisAIRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.