public class ScheduleQualityControlTaskResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ScheduleQualityControlTaskResult()  | 
ScheduleQualityControlTaskResult(ScheduleQualityControlTaskResult 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 | 
|---|---|
Long | 
getErrCode()
Get The error code. 
 | 
String | 
getErrCodeExt()
Get The error code. 
 | 
AiQualityControlTaskInput | 
getInput()
Get Media quality inspection task input. 
 | 
String | 
getMessage()
Get The error message. 
 | 
QualityControlData | 
getOutput()
Get Media quality inspection task output.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getStatus()
Get The task status. 
 | 
void | 
setErrCode(Long ErrCode)
Set The error code. 
 | 
void | 
setErrCodeExt(String ErrCodeExt)
Set The error code. 
 | 
void | 
setInput(AiQualityControlTaskInput Input)
Set Media quality inspection task input. 
 | 
void | 
setMessage(String Message)
Set The error message. 
 | 
void | 
setOutput(QualityControlData Output)
Set Media quality inspection task output.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 ScheduleQualityControlTaskResult()
public ScheduleQualityControlTaskResult(ScheduleQualityControlTaskResult 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 indicates the task has failed. For details, see [Error Codes](https://www.tencentcloud.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 AiQualityControlTaskInput getInput()
public void setInput(AiQualityControlTaskInput Input)
Input - Media quality inspection task input.public QualityControlData getOutput()
public void setOutput(QualityControlData Output)
Output - Media quality inspection task output.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.