public class CompanyTwoElementsVerificationRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authCode
The authorization code.
|
String |
epCertName
The enterprise name.
|
String |
epCertNo
The business license number.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CompanyTwoElementsVerificationRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CompanyTwoElementsVerificationRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getEpCertName() |
String |
getEpCertNo() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CompanyTwoElementsVerificationRequest |
setAuthCode(String authCode) |
CompanyTwoElementsVerificationRequest |
setEpCertName(String epCertName) |
CompanyTwoElementsVerificationRequest |
setEpCertNo(String epCertNo) |
CompanyTwoElementsVerificationRequest |
setOwnerId(Long ownerId) |
CompanyTwoElementsVerificationRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CompanyTwoElementsVerificationRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AuthCode") public String authCode
The authorization code.
> On the [My Applications](https://dytns.console.aliyun.com/analysis/apply) page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/overview?spm=a2c4g.608385.0.0.79847f8b3awqUC), you can obtain the authorization code (also known as authorization ID).
This parameter is required.
@NameInMap(value="EpCertName") public String epCertName
The enterprise name.
This parameter is required.
@NameInMap(value="EpCertNo") public String epCertNo
The business license number.
This parameter is required.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static CompanyTwoElementsVerificationRequest build(Map<String,?> map) throws Exception
Exception
public CompanyTwoElementsVerificationRequest setAuthCode(String authCode)
public String getAuthCode()
public CompanyTwoElementsVerificationRequest setEpCertName(String epCertName)
public String getEpCertName()
public CompanyTwoElementsVerificationRequest setEpCertNo(String epCertNo)
public String getEpCertNo()
public CompanyTwoElementsVerificationRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CompanyTwoElementsVerificationRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CompanyTwoElementsVerificationRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.