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