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