public static class CreateEventSourceRequest.CreateEventSourceRequestSourceScheduledEventParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
schedule
The cron expression.
|
String |
timeZone
The time zone in which the cron expression is executed.
|
String |
userData
example:
{"a": "b"}
|
| 构造器和说明 |
|---|
CreateEventSourceRequestSourceScheduledEventParameters() |
@NameInMap(value="Schedule") public String schedule
The cron expression.
example:10 * * * * *
@NameInMap(value="TimeZone") public String timeZone
The time zone in which the cron expression is executed.
example:GMT+0:00
@NameInMap(value="UserData") public String userData
{"a": "b"}
public CreateEventSourceRequestSourceScheduledEventParameters()
public static CreateEventSourceRequest.CreateEventSourceRequestSourceScheduledEventParameters build(Map<String,?> map) throws Exception
Exceptionpublic CreateEventSourceRequest.CreateEventSourceRequestSourceScheduledEventParameters setSchedule(String schedule)
public String getSchedule()
public CreateEventSourceRequest.CreateEventSourceRequestSourceScheduledEventParameters setTimeZone(String timeZone)
public String getTimeZone()
public CreateEventSourceRequest.CreateEventSourceRequestSourceScheduledEventParameters setUserData(String userData)
public String getUserData()
Copyright © 2026. All rights reserved.