public class RecognizeExcelRecordRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
RecognizeExcelRecordRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognizeExcelRecordRequest |
build(Map<String,?> map) |
Long |
getCurrPage() |
Long |
getPageSize() |
RecognizeExcelRecordRequest |
setCurrPage(Long currPage) |
RecognizeExcelRecordRequest |
setPageSize(Long pageSize) |
@NameInMap(value="CurrPage") public Long currPage
@NameInMap(value="PageSize") public Long pageSize
public static RecognizeExcelRecordRequest build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeExcelRecordRequest setCurrPage(Long currPage)
public Long getCurrPage()
public RecognizeExcelRecordRequest setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2022. All rights reserved.