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