Uses of Class
com.tencentcloudapi.mps.v20190612.models.ScheduleTask
-
Packages that use ScheduleTask Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of ScheduleTask in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return ScheduleTask Modifier and Type Method Description ScheduleTask
DescribeTaskDetailResponse. getScheduleTask()
Get 编排处理任务信息,仅当 TaskType 为 ScheduleTask,该字段有值。 注意:此字段可能返回 null,表示取不到有效值。ScheduleTask
ParseNotificationResponse. getScheduleTaskEvent()
Get 编排任务信息,仅当 EventType 为 ScheduleTask,该字段有值。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type ScheduleTask Modifier and Type Method Description void
DescribeTaskDetailResponse. setScheduleTask(ScheduleTask ScheduleTask)
Set 编排处理任务信息,仅当 TaskType 为 ScheduleTask,该字段有值。 注意:此字段可能返回 null,表示取不到有效值。void
ParseNotificationResponse. setScheduleTaskEvent(ScheduleTask ScheduleTaskEvent)
Set 编排任务信息,仅当 EventType 为 ScheduleTask,该字段有值。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ScheduleTask Constructor Description ScheduleTask(ScheduleTask 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.
-