Uses of Class
com.tencentcloudapi.cfg.v20210820.models.TaskListItem
-
Packages that use TaskListItem Package Description com.tencentcloudapi.cfg.v20210820.models -
-
Uses of TaskListItem in com.tencentcloudapi.cfg.v20210820.models
Methods in com.tencentcloudapi.cfg.v20210820.models that return TaskListItem Modifier and Type Method Description TaskListItem[]DescribeTaskListResponse. getTaskList()Get 无Methods in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskListItem Modifier and Type Method Description voidDescribeTaskListResponse. setTaskList(TaskListItem[] TaskList)Set 无Constructors in com.tencentcloudapi.cfg.v20210820.models with parameters of type TaskListItem Constructor Description TaskListItem(TaskListItem 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.
-