Uses of Class
com.tencentcloudapi.cfg.v20210820.models.TaskConfig
-
Packages that use TaskConfig Package Description com.tencentcloudapi.cfg.v20210820.models -
-
Uses of TaskConfig in com.tencentcloudapi.cfg.v20210820.models
Methods in com.tencentcloudapi.cfg.v20210820.models that return TaskConfig Modifier and Type Method Description TaskConfigCreateTaskFromTemplateRequest. getTaskConfig()Get 演练的配置参数Methods in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskConfig Modifier and Type Method Description voidCreateTaskFromTemplateRequest. setTaskConfig(TaskConfig TaskConfig)Set 演练的配置参数Constructors in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskConfig Constructor Description TaskConfig(TaskConfig 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.
-