Uses of Class
com.tencentcloudapi.tione.v20211111.models.ScheduledAction
-
Packages that use ScheduledAction Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of ScheduledAction in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return ScheduledAction Modifier and Type Method Description ScheduledActionCreateModelServiceRequest. getScheduledAction()Get 定时停止配置ScheduledActionModifyModelServicePartialConfigRequest. getScheduledAction()Get 更新后服务不重启,定时停止的配置ScheduledActionModifyModelServiceRequest. getScheduledAction()Get 定时停止配置ScheduledActionService. getScheduledAction()Get 已废弃 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type ScheduledAction Modifier and Type Method Description voidCreateModelServiceRequest. setScheduledAction(ScheduledAction ScheduledAction)Set 定时停止配置voidModifyModelServicePartialConfigRequest. setScheduledAction(ScheduledAction ScheduledAction)Set 更新后服务不重启,定时停止的配置voidModifyModelServiceRequest. setScheduledAction(ScheduledAction ScheduledAction)Set 定时停止配置voidService. setScheduledAction(ScheduledAction ScheduledAction)Set 已废弃 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type ScheduledAction Constructor Description ScheduledAction(ScheduledAction 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.
-