public class GetDocContentRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
generateCp
example:
false
|
String |
targetFormat
example:
markdown
|
| 构造器和说明 |
|---|
GetDocContentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDocContentRequest |
build(Map<String,?> map) |
Boolean |
getGenerateCp() |
String |
getTargetFormat() |
GetDocContentRequest |
setGenerateCp(Boolean generateCp) |
GetDocContentRequest |
setTargetFormat(String targetFormat) |
@NameInMap(value="generateCp") public Boolean generateCp
false
@NameInMap(value="targetFormat") public String targetFormat
markdown
public static GetDocContentRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDocContentRequest setGenerateCp(Boolean generateCp)
public Boolean getGenerateCp()
public GetDocContentRequest setTargetFormat(String targetFormat)
public String getTargetFormat()
Copyright © 2025. All rights reserved.