public static class PatchEventResponseBody.PatchEventResponseBodyRecurrencePattern
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
dayOfMonth |
String |
daysOfWeek |
String |
index |
Integer |
interval |
String |
type |
| 构造器和说明 |
|---|
PatchEventResponseBodyRecurrencePattern() |
@NameInMap(value="dayOfMonth") public Integer dayOfMonth
@NameInMap(value="daysOfWeek") public String daysOfWeek
@NameInMap(value="index") public String index
@NameInMap(value="interval") public Integer interval
@NameInMap(value="type") public String type
public static PatchEventResponseBody.PatchEventResponseBodyRecurrencePattern build(Map<String,?> map) throws Exception
Exceptionpublic PatchEventResponseBody.PatchEventResponseBodyRecurrencePattern setDayOfMonth(Integer dayOfMonth)
public Integer getDayOfMonth()
public PatchEventResponseBody.PatchEventResponseBodyRecurrencePattern setDaysOfWeek(String daysOfWeek)
public String getDaysOfWeek()
public PatchEventResponseBody.PatchEventResponseBodyRecurrencePattern setIndex(String index)
public String getIndex()
public PatchEventResponseBody.PatchEventResponseBodyRecurrencePattern setInterval(Integer interval)
public Integer getInterval()
public PatchEventResponseBody.PatchEventResponseBodyRecurrencePattern setType(String type)
public String getType()
Copyright © 2022. All rights reserved.