Uses of Class
com.tencentcloudapi.cfg.v20210820.models.TaskGroup
-
Packages that use TaskGroup Package Description com.tencentcloudapi.cfg.v20210820.models -
-
Uses of TaskGroup in com.tencentcloudapi.cfg.v20210820.models
Methods in com.tencentcloudapi.cfg.v20210820.models that return TaskGroup Modifier and Type Method Description TaskGroup[]Task. getTaskGroups()Get 任务动作组Methods in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskGroup Modifier and Type Method Description voidTask. setTaskGroups(TaskGroup[] TaskGroups)Set 任务动作组Constructors in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskGroup Constructor Description TaskGroup(TaskGroup 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.
-