public class ScheduleAnalysisTaskResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ScheduleAnalysisTaskResult()  | 
ScheduleAnalysisTaskResult(ScheduleAnalysisTaskResult 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 | 
getBeginProcessTime()
Get Task execution start time in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52). 
 | 
Long | 
getErrCode()
Get The error code. 
 | 
String | 
getErrCodeExt()
Get The error code. 
 | 
String | 
getFinishTime()
Get Task execution completion time in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52). 
 | 
AiAnalysisTaskInput | 
getInput()
Get The input of the content analysis task. 
 | 
String | 
getMessage()
Get The error message. 
 | 
AiAnalysisResult[] | 
getOutput()
Get Analysis task output. 
 | 
String | 
getStatus()
Get The task status. 
 | 
void | 
setBeginProcessTime(String BeginProcessTime)
Set Task execution start time in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52). 
 | 
void | 
setErrCode(Long ErrCode)
Set The error code. 
 | 
void | 
setErrCodeExt(String ErrCodeExt)
Set The error code. 
 | 
void | 
setFinishTime(String FinishTime)
Set Task execution completion time in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52). 
 | 
void | 
setInput(AiAnalysisTaskInput Input)
Set The input of the content analysis task. 
 | 
void | 
setMessage(String Message)
Set The error message. 
 | 
void | 
setOutput(AiAnalysisResult[] Output)
Set Analysis task output. 
 | 
void | 
setStatus(String Status)
Set The task status. 
 | 
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 ScheduleAnalysisTaskResult()
public ScheduleAnalysisTaskResult(ScheduleAnalysisTaskResult source)
public String getStatus()
public void setStatus(String Status)
Status - The task status. Valid values: PROCESSING, SUCCESS, FAIL.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt - The error code. An empty string indicates the task is successful; any other value returned indicates the task has failed. For details, see [Error Codes](https://intl.cloud.tencent.com/document/product/1041/40249).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode - The error code. 0 indicates the task is successful; other values indicate the task has failed. This parameter is not recommended. Please use `ErrCodeExt` instead.public String getMessage()
public void setMessage(String Message)
Message - The error message.public AiAnalysisTaskInput getInput()
public void setInput(AiAnalysisTaskInput Input)
Input - The input of the content analysis task.public AiAnalysisResult[] getOutput()
public void setOutput(AiAnalysisResult[] Output)
Output - Analysis task output.public String getBeginProcessTime()
public void setBeginProcessTime(String BeginProcessTime)
BeginProcessTime - Task execution start time in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime - Task execution completion time in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).Copyright © 2025. All rights reserved.