public class DocAppendParagraphRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
elementType
This parameter is required.
|
String |
operatorId
This parameter is required.
|
Map<String,?> |
properties
This parameter is required.
|
| 构造器和说明 |
|---|
DocAppendParagraphRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DocAppendParagraphRequest |
build(Map<String,?> map) |
String |
getElementType() |
String |
getOperatorId() |
Map<String,?> |
getProperties() |
DocAppendParagraphRequest |
setElementType(String elementType) |
DocAppendParagraphRequest |
setOperatorId(String operatorId) |
DocAppendParagraphRequest |
setProperties(Map<String,?> properties) |
@NameInMap(value="elementType") public String elementType
This parameter is required.
example:element_type
@NameInMap(value="properties") public Map<String,?> properties
This parameter is required.
example:properties
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:union_id
public static DocAppendParagraphRequest build(Map<String,?> map) throws Exception
Exceptionpublic DocAppendParagraphRequest setElementType(String elementType)
public String getElementType()
public DocAppendParagraphRequest setProperties(Map<String,?> properties)
public DocAppendParagraphRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2025. All rights reserved.