public class DocInsertBlocksRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
blockId |
Map<String,?> |
element |
Integer |
index |
String |
operatorId |
String |
where |
构造器和说明 |
---|
DocInsertBlocksRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DocInsertBlocksRequest |
build(Map<String,?> map) |
String |
getBlockId() |
Map<String,?> |
getElement() |
Integer |
getIndex() |
String |
getOperatorId() |
String |
getWhere() |
DocInsertBlocksRequest |
setBlockId(String blockId) |
DocInsertBlocksRequest |
setElement(Map<String,?> element) |
DocInsertBlocksRequest |
setIndex(Integer index) |
DocInsertBlocksRequest |
setOperatorId(String operatorId) |
DocInsertBlocksRequest |
setWhere(String where) |
@NameInMap(value="blockId") public String blockId
@NameInMap(value="index") public Integer index
@NameInMap(value="where") public String where
@NameInMap(value="operatorId") public String operatorId
public static DocInsertBlocksRequest build(Map<String,?> map) throws Exception
Exception
public DocInsertBlocksRequest setBlockId(String blockId)
public String getBlockId()
public DocInsertBlocksRequest setElement(Map<String,?> element)
public DocInsertBlocksRequest setIndex(Integer index)
public Integer getIndex()
public DocInsertBlocksRequest setWhere(String where)
public String getWhere()
public DocInsertBlocksRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2024. All rights reserved.