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