Uses of Class
com.tencentcloudapi.tat.v20201028.models.ScheduleSettings
-
Packages that use ScheduleSettings Package Description com.tencentcloudapi.tat.v20201028.models -
-
Uses of ScheduleSettings in com.tencentcloudapi.tat.v20201028.models
Methods in com.tencentcloudapi.tat.v20201028.models that return ScheduleSettings Modifier and Type Method Description ScheduleSettingsCreateInvokerRequest. getScheduleSettings()Get 周期执行器设置,当创建周期执行器时,必须指定此参数。ScheduleSettingsInvoker. getScheduleSettings()Get 执行器周期计划。周期执行器会返回此字段。 注意:此字段可能返回 null,表示取不到有效值。ScheduleSettingsModifyInvokerRequest. getScheduleSettings()Get 待修改的周期执行器设置。Methods in com.tencentcloudapi.tat.v20201028.models with parameters of type ScheduleSettings Modifier and Type Method Description voidCreateInvokerRequest. setScheduleSettings(ScheduleSettings ScheduleSettings)Set 周期执行器设置,当创建周期执行器时,必须指定此参数。voidInvoker. setScheduleSettings(ScheduleSettings ScheduleSettings)Set 执行器周期计划。周期执行器会返回此字段。 注意:此字段可能返回 null,表示取不到有效值。voidModifyInvokerRequest. setScheduleSettings(ScheduleSettings ScheduleSettings)Set 待修改的周期执行器设置。Constructors in com.tencentcloudapi.tat.v20201028.models with parameters of type ScheduleSettings Constructor 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.
-