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