public class RecognizeVehicleCertificationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
InputStream |
body |
String |
url |
| 构造器和说明 |
|---|
RecognizeVehicleCertificationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognizeVehicleCertificationRequest |
build(Map<String,?> map) |
InputStream |
getBody() |
String |
getUrl() |
RecognizeVehicleCertificationRequest |
setBody(InputStream body) |
RecognizeVehicleCertificationRequest |
setUrl(String url) |
@NameInMap(value="Url") public String url
@NameInMap(value="body") public InputStream body
public static RecognizeVehicleCertificationRequest build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeVehicleCertificationRequest setUrl(String url)
public String getUrl()
public RecognizeVehicleCertificationRequest setBody(InputStream body)
public InputStream getBody()
Copyright © 2023. All rights reserved.