public class TaskStatusResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskStatusResponse() | 
| TaskStatusResponse(TaskStatusResponse 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getOutput()Get 输出信息 | 
| Long | getStatus()Get 任务状态:
0 成功
1 失败
2 进行中 | 
| void | setOutput(String Output)Set 输出信息 | 
| void | setStatus(Long Status)Set 任务状态:
0 成功
1 失败
2 进行中 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TaskStatusResponse()
public TaskStatusResponse(TaskStatusResponse source)
public Long getStatus()
public void setStatus(Long Status)
Status - 任务状态:
0 成功
1 失败
2 进行中public String getOutput()
public void setOutput(String Output)
Output - 输出信息Copyright © 2025. All rights reserved.