Uses of Class
com.tencentcloudapi.batch.v20170312.models.TaskView
-
Packages that use TaskView Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of TaskView in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return TaskView Modifier and Type Method Description TaskView[]
DescribeJobResponse. getTaskSet()
Get 任务视图信息Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type TaskView Modifier and Type Method Description void
DescribeJobResponse. setTaskSet(TaskView[] TaskSet)
Set 任务视图信息Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type TaskView Constructor Description TaskView(TaskView 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.
-