public static class CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterEndDate
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
dayOfMonth
This parameter is required.
|
Integer |
month
This parameter is required.
|
Integer |
year
This parameter is required.
|
构造器和说明 |
---|
CreateSectionConfigRequestSectionConfigsSemesterEndDate() |
@NameInMap(value="dayOfMonth") public Integer dayOfMonth
This parameter is required.
example:31
@NameInMap(value="month") public Integer month
This parameter is required.
example:12
@NameInMap(value="year") public Integer year
This parameter is required.
example:2021
public CreateSectionConfigRequestSectionConfigsSemesterEndDate()
public static CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterEndDate build(Map<String,?> map) throws Exception
Exception
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterEndDate setDayOfMonth(Integer dayOfMonth)
public Integer getDayOfMonth()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterEndDate setMonth(Integer month)
public Integer getMonth()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSemesterEndDate setYear(Integer year)
public Integer getYear()
Copyright © 2024. All rights reserved.