public class GetAsyncTaskInfoResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
beginTime |
String |
endTime |
Integer |
failed |
String |
status |
Integer |
success |
String |
taskId |
Integer |
total |
| 构造器和说明 |
|---|
GetAsyncTaskInfoResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAsyncTaskInfoResponseBody |
build(Map<String,?> map) |
String |
getBeginTime() |
String |
getEndTime() |
Integer |
getFailed() |
String |
getStatus() |
Integer |
getSuccess() |
String |
getTaskId() |
Integer |
getTotal() |
GetAsyncTaskInfoResponseBody |
setBeginTime(String beginTime) |
GetAsyncTaskInfoResponseBody |
setEndTime(String endTime) |
GetAsyncTaskInfoResponseBody |
setFailed(Integer failed) |
GetAsyncTaskInfoResponseBody |
setStatus(String status) |
GetAsyncTaskInfoResponseBody |
setSuccess(Integer success) |
GetAsyncTaskInfoResponseBody |
setTaskId(String taskId) |
GetAsyncTaskInfoResponseBody |
setTotal(Integer total) |
@NameInMap(value="taskId") public String taskId
@NameInMap(value="total") public Integer total
@NameInMap(value="success") public Integer success
@NameInMap(value="failed") public Integer failed
@NameInMap(value="status") public String status
@NameInMap(value="beginTime") public String beginTime
@NameInMap(value="endTime") public String endTime
public static GetAsyncTaskInfoResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetAsyncTaskInfoResponseBody setTaskId(String taskId)
public String getTaskId()
public GetAsyncTaskInfoResponseBody setTotal(Integer total)
public Integer getTotal()
public GetAsyncTaskInfoResponseBody setSuccess(Integer success)
public Integer getSuccess()
public GetAsyncTaskInfoResponseBody setFailed(Integer failed)
public Integer getFailed()
public GetAsyncTaskInfoResponseBody setStatus(String status)
public String getStatus()
public GetAsyncTaskInfoResponseBody setBeginTime(String beginTime)
public String getBeginTime()
public GetAsyncTaskInfoResponseBody setEndTime(String endTime)
public String getEndTime()
Copyright © 2021. All rights reserved.