public static class DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end time of the task.
|
Long |
startTime
The start time of the task.
|
Long |
taskId
The ID of the job.
|
String |
taskParams
The task parameter.
|
String |
taskResult
The execution result of the task.
|
Integer |
taskStatus
The status of the task.
|
Integer |
taskType
The type of the task.
|
| 构造器和说明 |
|---|
DescribeAsyncTasksResponseBodyAsyncTasks() |
@NameInMap(value="EndTime") public Long endTime
The end time of the task. This value is a UNIX timestamp. Unit: milliseconds.
example:157927362000
@NameInMap(value="StartTime") public Long startTime
The start time of the task. The value is a UNIX timestamp. Unit: milliseconds.
example:156927362000
@NameInMap(value="TaskId") public Long taskId
The ID of the job.
example:1
@NameInMap(value="TaskParams") public String taskParams
The task parameter. The value is a JSON string. The returned field in the value varies based on the value of TaskType.
If TaskType is set to 1, 3, 4, 5, or 6, the following filed is returned:
If TaskType is set to 2, the following field is returned:
{"instanceId": "ddoscoo-cn-mp91j1ao****"}
@NameInMap(value="TaskResult") public String taskResult
The execution result of the task. The value is a JSON string. The returned fields in the value vary based on the value of TaskType.
If TaskType is set to 1, 3, 4, 5, or 6, the following fields are returned:
If TaskType is set to 2, the following fields are returned:
{"instanceId": "ddoscoo-cn-mp91j1ao****","url": "https://.oss-cn-beijing.aliyuncs.com/heap.bin?Expires=1584785140&OSSAccessKeyId=TMP.3KfzD82FyRJevJdEkRX6JEFHhbvRBBb75PZJnyJmksA2QkMm47xFAFDgMhEV8Nm6Vxr8xExMfiy9LsUFAcLcTBrN3r&Signature=Sj8BNcsxJLE8l5qm4cjNlDt8gv****"}
@NameInMap(value="TaskStatus") public Integer taskStatus
The status of the task. Valid values:
2
@NameInMap(value="TaskType") public Integer taskType
The type of the task. Valid values:
5
public static DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks setEndTime(Long endTime)
public Long getEndTime()
public DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks setStartTime(Long startTime)
public Long getStartTime()
public DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks setTaskId(Long taskId)
public Long getTaskId()
public DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks setTaskParams(String taskParams)
public String getTaskParams()
public DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks setTaskResult(String taskResult)
public String getTaskResult()
public DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks setTaskStatus(Integer taskStatus)
public Integer getTaskStatus()
public DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks setTaskType(Integer taskType)
public Integer getTaskType()
Copyright © 2026. All rights reserved.