Uses of Class
com.volcengine.ecs.model.TaskForDescribeTasksOutput
-
Packages that use TaskForDescribeTasksOutput Package Description com.volcengine.ecs.model -
-
Uses of TaskForDescribeTasksOutput in com.volcengine.ecs.model
Methods in com.volcengine.ecs.model that return TaskForDescribeTasksOutput Modifier and Type Method Description TaskForDescribeTasksOutputTaskForDescribeTasksOutput. createdAt(String createdAt)TaskForDescribeTasksOutputTaskForDescribeTasksOutput. endAt(String endAt)TaskForDescribeTasksOutputTaskForDescribeTasksOutput. id(String id)TaskForDescribeTasksOutputTaskForDescribeTasksOutput. process(Long process)TaskForDescribeTasksOutputTaskForDescribeTasksOutput. resourceId(String resourceId)TaskForDescribeTasksOutputTaskForDescribeTasksOutput. status(TaskForDescribeTasksOutput.StatusEnum status)TaskForDescribeTasksOutputTaskForDescribeTasksOutput. type(TaskForDescribeTasksOutput.TypeEnum type)TaskForDescribeTasksOutputTaskForDescribeTasksOutput. updatedAt(String updatedAt)Methods in com.volcengine.ecs.model that return types with arguments of type TaskForDescribeTasksOutput Modifier and Type Method Description @Valid List<TaskForDescribeTasksOutput>DescribeTasksResponse. getTasks()Get tasksMethods in com.volcengine.ecs.model with parameters of type TaskForDescribeTasksOutput Modifier and Type Method Description DescribeTasksResponseDescribeTasksResponse. addTasksItem(TaskForDescribeTasksOutput tasksItem)Method parameters in com.volcengine.ecs.model with type arguments of type TaskForDescribeTasksOutput Modifier and Type Method Description voidDescribeTasksResponse. setTasks(List<TaskForDescribeTasksOutput> tasks)DescribeTasksResponseDescribeTasksResponse. tasks(List<TaskForDescribeTasksOutput> tasks)
-