public class RecognizeDrivingLicenseResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
example:
unmatchedImageType
|
String |
data |
String |
message
example:
The type of image didn\"t match the api.
|
String |
requestId
example:
43A29C77-405E-4CC0-BC55-EE694AD00655
|
| 构造器和说明 |
|---|
RecognizeDrivingLicenseResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognizeDrivingLicenseResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getData() |
String |
getMessage() |
String |
getRequestId() |
RecognizeDrivingLicenseResponseBody |
setCode(String code) |
RecognizeDrivingLicenseResponseBody |
setData(String data) |
RecognizeDrivingLicenseResponseBody |
setMessage(String message) |
RecognizeDrivingLicenseResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public String code
unmatchedImageType
@NameInMap(value="Data") public String data
@NameInMap(value="Message") public String message
The type of image didn\"t match the api.
@NameInMap(value="RequestId") public String requestId
43A29C77-405E-4CC0-BC55-EE694AD00655
public static RecognizeDrivingLicenseResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeDrivingLicenseResponseBody setCode(String code)
public String getCode()
public RecognizeDrivingLicenseResponseBody setData(String data)
public String getData()
public RecognizeDrivingLicenseResponseBody setMessage(String message)
public String getMessage()
public RecognizeDrivingLicenseResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.