public static class CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyDataDetailInfo |
detailInfo
The information about the enterprise.
|
List<String> |
inconsistentData
The fields to be verified.
|
Long |
reasonCode
The code of the verification result.
|
String |
verifyResult
The verification result.
|
构造器和说明 |
---|
CompanyFourElementsVerificationResponseBodyData() |
@NameInMap(value="DetailInfo") public CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyDataDetailInfo detailInfo
The information about the enterprise.
@NameInMap(value="InconsistentData") public List<String> inconsistentData
The fields to be verified.
@NameInMap(value="ReasonCode") public Long reasonCode
The code of the verification result. Valid values:
* 0: The four elements belong to the same enterprise.
* 1: The four elements belong to the same enterprise, but the business status of the enterprise is abnormal.
* 2: The legal representative information cannot match the enterprise information.
* 3: The four elements do not belong to the same enterprise.
* 4: No information about the enterprise is found.
* 5: No information about the legal representative is found.
@NameInMap(value="VerifyResult") public String verifyResult
The verification result. Valid values:
* true: The four elements belong to the same enterprise and the business status of the enterprise is Active.
* false: The four elements do not belong to the same enterprise.
public CompanyFourElementsVerificationResponseBodyData()
public static CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyData build(Map<String,?> map) throws Exception
Exception
public CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyData setDetailInfo(CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyDataDetailInfo detailInfo)
public CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyDataDetailInfo getDetailInfo()
public CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyData setInconsistentData(List<String> inconsistentData)
public CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyData setReasonCode(Long reasonCode)
public Long getReasonCode()
public CompanyFourElementsVerificationResponseBody.CompanyFourElementsVerificationResponseBodyData setVerifyResult(String verifyResult)
public String getVerifyResult()
Copyright © 2024. All rights reserved.