public class DescribePhoneNumberAnalysisTransparentRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authCode
This parameter is required.
|
String |
inputNumber
This parameter is required.
|
String |
ip |
String |
numberType
This parameter is required.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribePhoneNumberAnalysisTransparentRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribePhoneNumberAnalysisTransparentRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getInputNumber() |
String |
getIp() |
String |
getNumberType() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribePhoneNumberAnalysisTransparentRequest |
setAuthCode(String authCode) |
DescribePhoneNumberAnalysisTransparentRequest |
setInputNumber(String inputNumber) |
DescribePhoneNumberAnalysisTransparentRequest |
setIp(String ip) |
DescribePhoneNumberAnalysisTransparentRequest |
setNumberType(String numberType) |
DescribePhoneNumberAnalysisTransparentRequest |
setOwnerId(Long ownerId) |
DescribePhoneNumberAnalysisTransparentRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribePhoneNumberAnalysisTransparentRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AuthCode") public String authCode
This parameter is required.
@NameInMap(value="InputNumber") public String inputNumber
This parameter is required.
@NameInMap(value="Ip") public String ip
@NameInMap(value="NumberType") public String numberType
This parameter is required.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public DescribePhoneNumberAnalysisTransparentRequest()
public static DescribePhoneNumberAnalysisTransparentRequest build(Map<String,?> map) throws Exception
Exception
public DescribePhoneNumberAnalysisTransparentRequest setAuthCode(String authCode)
public String getAuthCode()
public DescribePhoneNumberAnalysisTransparentRequest setInputNumber(String inputNumber)
public String getInputNumber()
public DescribePhoneNumberAnalysisTransparentRequest setIp(String ip)
public String getIp()
public DescribePhoneNumberAnalysisTransparentRequest setNumberType(String numberType)
public String getNumberType()
public DescribePhoneNumberAnalysisTransparentRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePhoneNumberAnalysisTransparentRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribePhoneNumberAnalysisTransparentRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.