public class CreateSectionConfigRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ext |
String |
opUserId |
List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs> |
sectionConfigs |
| 构造器和说明 |
|---|
CreateSectionConfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateSectionConfigRequest |
build(Map<String,?> map) |
String |
getExt() |
String |
getOpUserId() |
List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs> |
getSectionConfigs() |
CreateSectionConfigRequest |
setExt(String ext) |
CreateSectionConfigRequest |
setOpUserId(String opUserId) |
CreateSectionConfigRequest |
setSectionConfigs(List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs> sectionConfigs) |
@NameInMap(value="ext") public String ext
@NameInMap(value="sectionConfigs") public List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs> sectionConfigs
@NameInMap(value="opUserId") public String opUserId
public static CreateSectionConfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateSectionConfigRequest setExt(String ext)
public String getExt()
public CreateSectionConfigRequest setSectionConfigs(List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs> sectionConfigs)
public List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs> getSectionConfigs()
public CreateSectionConfigRequest setOpUserId(String opUserId)
public String getOpUserId()
Copyright © 2022. All rights reserved.