Uses of Class
com.tencentcloudapi.apcas.v20201127.models.TaskListData
-
Packages that use TaskListData Package Description com.tencentcloudapi.apcas.v20201127.models -
-
Uses of TaskListData in com.tencentcloudapi.apcas.v20201127.models
Methods in com.tencentcloudapi.apcas.v20201127.models that return TaskListData Modifier and Type Method Description TaskListDataGetTaskListResponse. getTaskListData()Get 任务列表对象Methods in com.tencentcloudapi.apcas.v20201127.models with parameters of type TaskListData Modifier and Type Method Description voidGetTaskListResponse. setTaskListData(TaskListData TaskListData)Set 任务列表对象Constructors in com.tencentcloudapi.apcas.v20201127.models with parameters of type TaskListData Constructor Description TaskListData(TaskListData 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.
-