public class InsertContentRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,?> |
content
This parameter is required.
|
Integer |
index
example:
index
|
String |
operatorId
This parameter is required.
|
List<Integer> |
path
example:
path
|
| 构造器和说明 |
|---|
InsertContentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InsertContentRequest |
build(Map<String,?> map) |
Map<String,?> |
getContent() |
Integer |
getIndex() |
String |
getOperatorId() |
List<Integer> |
getPath() |
InsertContentRequest |
setContent(Map<String,?> content) |
InsertContentRequest |
setIndex(Integer index) |
InsertContentRequest |
setOperatorId(String operatorId) |
InsertContentRequest |
setPath(List<Integer> path) |
@NameInMap(value="content") public Map<String,?> content
This parameter is required.
example:content
@NameInMap(value="index") public Integer index
index
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:union_id
public static InsertContentRequest build(Map<String,?> map) throws Exception
Exceptionpublic InsertContentRequest setContent(Map<String,?> content)
public InsertContentRequest setIndex(Integer index)
public Integer getIndex()
public InsertContentRequest setPath(List<Integer> path)
public InsertContentRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2025. All rights reserved.