public static class CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionEndDate
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
dayOfMonth
This parameter is required.
|
Integer |
month
This parameter is required.
|
Integer |
year
This parameter is required.
|
| 构造器和说明 |
|---|
CreateSectionConfigRequestSectionConfigsSectionEndDate() |
@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 CreateSectionConfigRequestSectionConfigsSectionEndDate()
public static CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionEndDate build(Map<String,?> map) throws Exception
Exceptionpublic CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionEndDate setDayOfMonth(Integer dayOfMonth)
public Integer getDayOfMonth()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionEndDate setMonth(Integer month)
public Integer getMonth()
public CreateSectionConfigRequest.CreateSectionConfigRequestSectionConfigsSectionEndDate setYear(Integer year)
public Integer getYear()
Copyright © 2025. All rights reserved.