public class CertNoTwoElementVerificationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authCode
This parameter is required.
|
String |
certName
This parameter is required.
|
String |
certNo
This parameter is required.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
CertNoTwoElementVerificationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CertNoTwoElementVerificationRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getCertName() |
String |
getCertNo() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CertNoTwoElementVerificationRequest |
setAuthCode(String authCode) |
CertNoTwoElementVerificationRequest |
setCertName(String certName) |
CertNoTwoElementVerificationRequest |
setCertNo(String certNo) |
CertNoTwoElementVerificationRequest |
setOwnerId(Long ownerId) |
CertNoTwoElementVerificationRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CertNoTwoElementVerificationRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AuthCode") public String authCode
This parameter is required.
example:QASDW@#**
@NameInMap(value="CertName") public String certName
This parameter is required.
example:示例值
@NameInMap(value="CertNo") public String certNo
This parameter is required.
example:331021200001010000
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static CertNoTwoElementVerificationRequest build(Map<String,?> map) throws Exception
Exceptionpublic CertNoTwoElementVerificationRequest setAuthCode(String authCode)
public String getAuthCode()
public CertNoTwoElementVerificationRequest setCertName(String certName)
public String getCertName()
public CertNoTwoElementVerificationRequest setCertNo(String certNo)
public String getCertNo()
public CertNoTwoElementVerificationRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CertNoTwoElementVerificationRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CertNoTwoElementVerificationRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2026. All rights reserved.