public class SheetFindAllRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SheetFindAllRequest.SheetFindAllRequestFindOptions |
| 限定符和类型 | 字段和说明 |
|---|---|
SheetFindAllRequest.SheetFindAllRequestFindOptions |
findOptions |
String |
operatorId |
String |
select |
String |
text |
| 构造器和说明 |
|---|
SheetFindAllRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SheetFindAllRequest |
build(Map<String,?> map) |
SheetFindAllRequest.SheetFindAllRequestFindOptions |
getFindOptions() |
String |
getOperatorId() |
String |
getSelect() |
String |
getText() |
SheetFindAllRequest |
setFindOptions(SheetFindAllRequest.SheetFindAllRequestFindOptions findOptions) |
SheetFindAllRequest |
setOperatorId(String operatorId) |
SheetFindAllRequest |
setSelect(String select) |
SheetFindAllRequest |
setText(String text) |
@NameInMap(value="findOptions") public SheetFindAllRequest.SheetFindAllRequestFindOptions findOptions
@NameInMap(value="text") public String text
@NameInMap(value="operatorId") public String operatorId
@NameInMap(value="select") public String select
public static SheetFindAllRequest build(Map<String,?> map) throws Exception
Exceptionpublic SheetFindAllRequest setFindOptions(SheetFindAllRequest.SheetFindAllRequestFindOptions findOptions)
public SheetFindAllRequest.SheetFindAllRequestFindOptions getFindOptions()
public SheetFindAllRequest setText(String text)
public String getText()
public SheetFindAllRequest setOperatorId(String operatorId)
public String getOperatorId()
public SheetFindAllRequest setSelect(String select)
public String getSelect()
Copyright © 2023. All rights reserved.