public static class ListEventsInstancesResponseBody.ListEventsInstancesResponseBodyEventsRecurrenceRange
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endDate
Use the UTC time format: yyyy-MM-ddTHH:mmZ
example:
2020-01-01T10:15:30+08:00
|
Integer |
numberOfOccurrences
example:
5
|
String |
type
example:
noEnd
|
| 构造器和说明 |
|---|
ListEventsInstancesResponseBodyEventsRecurrenceRange() |
@NameInMap(value="endDate") public String endDate
Use the UTC time format: yyyy-MM-ddTHH:mmZ
example:2020-01-01T10:15:30+08:00
@NameInMap(value="numberOfOccurrences") public Integer numberOfOccurrences
5
@NameInMap(value="type") public String type
noEnd
public ListEventsInstancesResponseBodyEventsRecurrenceRange()
public static ListEventsInstancesResponseBody.ListEventsInstancesResponseBodyEventsRecurrenceRange build(Map<String,?> map) throws Exception
Exceptionpublic ListEventsInstancesResponseBody.ListEventsInstancesResponseBodyEventsRecurrenceRange setEndDate(String endDate)
public String getEndDate()
public ListEventsInstancesResponseBody.ListEventsInstancesResponseBodyEventsRecurrenceRange setNumberOfOccurrences(Integer numberOfOccurrences)
public Integer getNumberOfOccurrences()
public ListEventsInstancesResponseBody.ListEventsInstancesResponseBodyEventsRecurrenceRange setType(String type)
public String getType()
Copyright © 2025. All rights reserved.