All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dytnsapi20200217.models.DescribePhoneNumberAnalysisAIRequest Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dytnsapi20200217.models;

import com.aliyun.tea.*;

public class DescribePhoneNumberAnalysisAIRequest extends TeaModel {
    /**
     * 

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.

*/ @NameInMap("AuthCode") public String authCode; /** *

The phone number to be queried.

*/ @NameInMap("InputNumber") public String inputNumber; /** *

The model parameter configuration. This field is required by some labels.

*/ @NameInMap("ModelConfig") public String modelConfig; @NameInMap("OwnerId") public Long ownerId; /** *

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("Rate") public Long rate; @NameInMap("ResourceOwnerAccount") public String resourceOwnerAccount; @NameInMap("ResourceOwnerId") public Long resourceOwnerId; public static DescribePhoneNumberAnalysisAIRequest build(java.util.Map map) throws Exception { DescribePhoneNumberAnalysisAIRequest self = new DescribePhoneNumberAnalysisAIRequest(); return TeaModel.build(map, self); } public DescribePhoneNumberAnalysisAIRequest setAuthCode(String authCode) { this.authCode = authCode; return this; } public String getAuthCode() { return this.authCode; } public DescribePhoneNumberAnalysisAIRequest setInputNumber(String inputNumber) { this.inputNumber = inputNumber; return this; } public String getInputNumber() { return this.inputNumber; } public DescribePhoneNumberAnalysisAIRequest setModelConfig(String modelConfig) { this.modelConfig = modelConfig; return this; } public String getModelConfig() { return this.modelConfig; } public DescribePhoneNumberAnalysisAIRequest setOwnerId(Long ownerId) { this.ownerId = ownerId; return this; } public Long getOwnerId() { return this.ownerId; } public DescribePhoneNumberAnalysisAIRequest setRate(Long rate) { this.rate = rate; return this; } public Long getRate() { return this.rate; } public DescribePhoneNumberAnalysisAIRequest setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; return this; } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public DescribePhoneNumberAnalysisAIRequest setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; return this; } public Long getResourceOwnerId() { return this.resourceOwnerId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy