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