public static class InsertSectionConfigRequest.InsertSectionConfigRequestSectionModels
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
InsertSectionConfigRequest.InsertSectionConfigRequestSectionModelsEnd |
end |
Integer |
sectionIndex
example:
1
|
String |
sectionName
example:
语文
|
String |
sectionType
example:
REST/COURSE
|
InsertSectionConfigRequest.InsertSectionConfigRequestSectionModelsStart |
start |
| 构造器和说明 |
|---|
InsertSectionConfigRequestSectionModels() |
@NameInMap(value="end") public InsertSectionConfigRequest.InsertSectionConfigRequestSectionModelsEnd end
@NameInMap(value="sectionIndex") public Integer sectionIndex
1
@NameInMap(value="sectionName") public String sectionName
语文
@NameInMap(value="sectionType") public String sectionType
REST/COURSE
@NameInMap(value="start") public InsertSectionConfigRequest.InsertSectionConfigRequestSectionModelsStart start
public static InsertSectionConfigRequest.InsertSectionConfigRequestSectionModels build(Map<String,?> map) throws Exception
Exceptionpublic InsertSectionConfigRequest.InsertSectionConfigRequestSectionModels setEnd(InsertSectionConfigRequest.InsertSectionConfigRequestSectionModelsEnd end)
public InsertSectionConfigRequest.InsertSectionConfigRequestSectionModelsEnd getEnd()
public InsertSectionConfigRequest.InsertSectionConfigRequestSectionModels setSectionIndex(Integer sectionIndex)
public Integer getSectionIndex()
public InsertSectionConfigRequest.InsertSectionConfigRequestSectionModels setSectionName(String sectionName)
public String getSectionName()
public InsertSectionConfigRequest.InsertSectionConfigRequestSectionModels setSectionType(String sectionType)
public String getSectionType()
public InsertSectionConfigRequest.InsertSectionConfigRequestSectionModels setStart(InsertSectionConfigRequest.InsertSectionConfigRequestSectionModelsStart start)
public InsertSectionConfigRequest.InsertSectionConfigRequestSectionModelsStart getStart()
Copyright © 2025. All rights reserved.