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