Uses of Class
com.tencentcloudapi.cfg.v20210820.models.TaskGroupAction
-
Packages that use TaskGroupAction Package Description com.tencentcloudapi.cfg.v20210820.models -
-
Uses of TaskGroupAction in com.tencentcloudapi.cfg.v20210820.models
Methods in com.tencentcloudapi.cfg.v20210820.models that return TaskGroupAction Modifier and Type Method Description TaskGroupAction[]TaskGroup. getTaskGroupActions()Get 动作分组动作列表Methods in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskGroupAction Modifier and Type Method Description voidTaskGroup. setTaskGroupActions(TaskGroupAction[] TaskGroupActions)Set 动作分组动作列表Constructors in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskGroupAction Constructor Description TaskGroupAction(TaskGroupAction 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.
-