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