public class Id2MetaVerifyWithOCRResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Id2MetaVerifyWithOCRResponseBody.Id2MetaVerifyWithOCRResponseBodyResultObject |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
Return code: 200 indicates success, any other value indicates failure.
|
String |
message
API call return message.
|
String |
requestId
Request ID.
|
Id2MetaVerifyWithOCRResponseBody.Id2MetaVerifyWithOCRResponseBodyResultObject |
resultObject
Result object
|
| 构造器和说明 |
|---|
Id2MetaVerifyWithOCRResponseBody() |
@NameInMap(value="Code") public String code
Return code: 200 indicates success, any other value indicates failure. Important
200
@NameInMap(value="Message") public String message
API call return message. Important This parameter only indicates if there was an exception with the API call.
example:success
@NameInMap(value="RequestId") public String requestId
Request ID.
example:130A2C10-B9EE-4D84-88E3-5384FF03****
@NameInMap(value="ResultObject") public Id2MetaVerifyWithOCRResponseBody.Id2MetaVerifyWithOCRResponseBodyResultObject resultObject
Result object
public static Id2MetaVerifyWithOCRResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic Id2MetaVerifyWithOCRResponseBody setCode(String code)
public String getCode()
public Id2MetaVerifyWithOCRResponseBody setMessage(String message)
public String getMessage()
public Id2MetaVerifyWithOCRResponseBody setRequestId(String requestId)
public String getRequestId()
public Id2MetaVerifyWithOCRResponseBody setResultObject(Id2MetaVerifyWithOCRResponseBody.Id2MetaVerifyWithOCRResponseBodyResultObject resultObject)
public Id2MetaVerifyWithOCRResponseBody.Id2MetaVerifyWithOCRResponseBodyResultObject getResultObject()
Copyright © 2025. All rights reserved.