public class DocAppendParagraphRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
elementType |
String |
operatorId |
Map<String,?> |
properties |
| 构造器和说明 |
|---|
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
@NameInMap(value="operatorId") public String operatorId
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 © 2024. All rights reserved.