public class CreateVerifyReportRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateVerifyReportRequest() | 
| CreateVerifyReportRequest(CreateVerifyReportRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getApplyCustomerName()Get 申请企业 or 自然人名称 | 
| String | getApplyCustomerType()Get 申请者类型 1:个人,2:企业 | 
| String | getApplyEmail()Get 验签申请经办人邮箱 | 
| String | getApplyMobile()Get 验签申请经办人电话 | 
| String | getApplyName()Get 验签申请经办人姓名 | 
| CertificateIdentityUser[] | getCertificateIdentityUsers()Get 证书用户身份及身份鉴别信息 | 
| String | getFileId()Get 验签文件id | 
| void | setApplyCustomerName(String ApplyCustomerName)Set 申请企业 or 自然人名称 | 
| void | setApplyCustomerType(String ApplyCustomerType)Set 申请者类型 1:个人,2:企业 | 
| void | setApplyEmail(String ApplyEmail)Set 验签申请经办人邮箱 | 
| void | setApplyMobile(String ApplyMobile)Set 验签申请经办人电话 | 
| void | setApplyName(String ApplyName)Set 验签申请经办人姓名 | 
| void | setCertificateIdentityUsers(CertificateIdentityUser[] CertificateIdentityUsers)Set 证书用户身份及身份鉴别信息 | 
| void | setFileId(String FileId)Set 验签文件id | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateVerifyReportRequest()
public CreateVerifyReportRequest(CreateVerifyReportRequest source)
public String getApplyCustomerType()
public void setApplyCustomerType(String ApplyCustomerType)
ApplyCustomerType - 申请者类型 1:个人,2:企业public String getApplyCustomerName()
public void setApplyCustomerName(String ApplyCustomerName)
ApplyCustomerName - 申请企业 or 自然人名称public String getApplyName()
public void setApplyName(String ApplyName)
ApplyName - 验签申请经办人姓名public String getApplyMobile()
public void setApplyMobile(String ApplyMobile)
ApplyMobile - 验签申请经办人电话public String getFileId()
public void setFileId(String FileId)
FileId - 验签文件idpublic String getApplyEmail()
public void setApplyEmail(String ApplyEmail)
ApplyEmail - 验签申请经办人邮箱public CertificateIdentityUser[] getCertificateIdentityUsers()
public void setCertificateIdentityUsers(CertificateIdentityUser[] CertificateIdentityUsers)
CertificateIdentityUsers - 证书用户身份及身份鉴别信息Copyright © 2025. All rights reserved.