public static class CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
scheduleName
This parameter is required.
|
String |
schoolYear
This parameter is required.
|
CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionEndDate |
sectionEndDate
This parameter is required.
|
List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionModels> |
sectionModels
This parameter is required.
|
CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionStartDate |
sectionStartDate
This parameter is required.
|
Integer |
semester
This parameter is required.
|
CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterEndDate |
semesterEndDate
This parameter is required.
|
CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterStartDate |
semesterStartDate
This parameter is required.
|
| 构造器和说明 |
|---|
CreateSectionConfigRequestSectionConfigs() |
@NameInMap(value="scheduleName") public String scheduleName
This parameter is required.
example:第一学期课表
@NameInMap(value="schoolYear") public String schoolYear
This parameter is required.
example:2021-2022
@NameInMap(value="sectionEndDate") public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionEndDate sectionEndDate
This parameter is required.
@NameInMap(value="sectionModels") public List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionModels> sectionModels
This parameter is required.
@NameInMap(value="sectionStartDate") public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionStartDate sectionStartDate
This parameter is required.
@NameInMap(value="semester") public Integer semester
This parameter is required.
example:1
@NameInMap(value="semesterEndDate") public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterEndDate semesterEndDate
This parameter is required.
@NameInMap(value="semesterStartDate") public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterStartDate semesterStartDate
This parameter is required.
public static CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs build(Map<String,?> map) throws Exception
Exceptionpublic CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs setScheduleName(String scheduleName)
public String getScheduleName()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs setSchoolYear(String schoolYear)
public String getSchoolYear()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs setSectionEndDate(CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionEndDate sectionEndDate)
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionEndDate getSectionEndDate()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs setSectionModels(List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionModels> sectionModels)
public List<CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionModels> getSectionModels()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs setSectionStartDate(CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionStartDate sectionStartDate)
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionStartDate getSectionStartDate()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs setSemester(Integer semester)
public Integer getSemester()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs setSemesterEndDate(CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterEndDate semesterEndDate)
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterEndDate getSemesterEndDate()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigs setSemesterStartDate(CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterStartDate semesterStartDate)
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterStartDate getSemesterStartDate()
Copyright © 2025. All rights reserved.