Package | Description |
---|---|
com.tencentcloudapi.tat.v20201028.models |
Modifier and Type | Method and Description |
---|---|
ScheduleSettings |
CreateInvokerRequest.getScheduleSettings()
Get 周期执行器设置,当创建周期执行器时,必须指定此参数。
|
ScheduleSettings |
Invoker.getScheduleSettings()
Get 执行器周期计划。周期执行器会返回此字段。
注意:此字段可能返回 null,表示取不到有效值。
|
ScheduleSettings |
ModifyInvokerRequest.getScheduleSettings()
Get 待修改的周期执行器设置。
|
Modifier and Type | Method and Description |
---|---|
void |
CreateInvokerRequest.setScheduleSettings(ScheduleSettings ScheduleSettings)
Set 周期执行器设置,当创建周期执行器时,必须指定此参数。
|
void |
Invoker.setScheduleSettings(ScheduleSettings ScheduleSettings)
Set 执行器周期计划。周期执行器会返回此字段。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModifyInvokerRequest.setScheduleSettings(ScheduleSettings ScheduleSettings)
Set 待修改的周期执行器设置。
|
Constructor and Description |
---|
ScheduleSettings(ScheduleSettings source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2024. All rights reserved.