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