public static class CreateEventByMeRequest.CreateEventByMeRequestRecurrenceRange
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endDate
Use the UTC time format: yyyy-MM-ddTHH:mmZ
|
Integer |
numberOfOccurrences |
String |
type |
构造器和说明 |
---|
CreateEventByMeRequestRecurrenceRange() |
限定符和类型 | 方法和说明 |
---|---|
static CreateEventByMeRequest.CreateEventByMeRequestRecurrenceRange |
build(Map<String,?> map) |
String |
getEndDate() |
Integer |
getNumberOfOccurrences() |
String |
getType() |
CreateEventByMeRequest.CreateEventByMeRequestRecurrenceRange |
setEndDate(String endDate) |
CreateEventByMeRequest.CreateEventByMeRequestRecurrenceRange |
setNumberOfOccurrences(Integer numberOfOccurrences) |
CreateEventByMeRequest.CreateEventByMeRequestRecurrenceRange |
setType(String type) |
@NameInMap(value="endDate") public String endDate
Use the UTC time format: yyyy-MM-ddTHH:mmZ
@NameInMap(value="numberOfOccurrences") public Integer numberOfOccurrences
@NameInMap(value="type") public String type
public static CreateEventByMeRequest.CreateEventByMeRequestRecurrenceRange build(Map<String,?> map) throws Exception
Exception
public CreateEventByMeRequest.CreateEventByMeRequestRecurrenceRange setEndDate(String endDate)
public String getEndDate()
public CreateEventByMeRequest.CreateEventByMeRequestRecurrenceRange setNumberOfOccurrences(Integer numberOfOccurrences)
public Integer getNumberOfOccurrences()
public CreateEventByMeRequest.CreateEventByMeRequestRecurrenceRange setType(String type)
public String getType()
Copyright © 2024. All rights reserved.