public class InsertBlocksRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
InsertBlocksRequest.InsertBlocksRequestBlocks |
static class |
InsertBlocksRequest.InsertBlocksRequestBlocksParagraph |
static class |
InsertBlocksRequest.InsertBlocksRequestBlocksParagraphChildren |
static class |
InsertBlocksRequest.InsertBlocksRequestBlocksParagraphChildrenText |
static class |
InsertBlocksRequest.InsertBlocksRequestBlocksParagraphChildrenTextTextStyle |
static class |
InsertBlocksRequest.InsertBlocksRequestBlocksParagraphStyle |
static class |
InsertBlocksRequest.InsertBlocksRequestLocation |
| 限定符和类型 | 字段和说明 |
|---|---|
List<InsertBlocksRequest.InsertBlocksRequestBlocks> |
blocks |
InsertBlocksRequest.InsertBlocksRequestLocation |
location |
String |
operatorId |
| 构造器和说明 |
|---|
InsertBlocksRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InsertBlocksRequest |
build(Map<String,?> map) |
List<InsertBlocksRequest.InsertBlocksRequestBlocks> |
getBlocks() |
InsertBlocksRequest.InsertBlocksRequestLocation |
getLocation() |
String |
getOperatorId() |
InsertBlocksRequest |
setBlocks(List<InsertBlocksRequest.InsertBlocksRequestBlocks> blocks) |
InsertBlocksRequest |
setLocation(InsertBlocksRequest.InsertBlocksRequestLocation location) |
InsertBlocksRequest |
setOperatorId(String operatorId) |
@NameInMap(value="blocks") public List<InsertBlocksRequest.InsertBlocksRequestBlocks> blocks
@NameInMap(value="location") public InsertBlocksRequest.InsertBlocksRequestLocation location
@NameInMap(value="operatorId") public String operatorId
public static InsertBlocksRequest build(Map<String,?> map) throws Exception
Exceptionpublic InsertBlocksRequest setBlocks(List<InsertBlocksRequest.InsertBlocksRequestBlocks> blocks)
public List<InsertBlocksRequest.InsertBlocksRequestBlocks> getBlocks()
public InsertBlocksRequest setLocation(InsertBlocksRequest.InsertBlocksRequestLocation location)
public InsertBlocksRequest.InsertBlocksRequestLocation getLocation()
public InsertBlocksRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2022. All rights reserved.