public class AiAnalysisTaskVideoRemakeResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AiAnalysisTaskVideoRemakeResult()  | 
AiAnalysisTaskVideoRemakeResult(AiAnalysisTaskVideoRemakeResult 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 Error code. 
 | 
AiAnalysisTaskVideoRemakeInput | 
getInput()
Get Deduplication task input. 
 | 
String | 
getMessage()
Get Error message. 
 | 
AiAnalysisTaskVideoRemakeOutput | 
getOutput()
Get Task output. 
 | 
String | 
getStatus()
Get Specifies the task status. 
 | 
void | 
setErrCode(Long ErrCode)
Set Error code. 
 | 
void | 
setInput(AiAnalysisTaskVideoRemakeInput Input)
Set Deduplication task input. 
 | 
void | 
setMessage(String Message)
Set Error message. 
 | 
void | 
setOutput(AiAnalysisTaskVideoRemakeOutput Output)
Set Task output. 
 | 
void | 
setStatus(String Status)
Set Specifies 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 AiAnalysisTaskVideoRemakeResult()
public AiAnalysisTaskVideoRemakeResult(AiAnalysisTaskVideoRemakeResult source)
public String getStatus()
public void setStatus(String Status)
Status - Specifies the task status. valid values: `PROCESSING`, `SUCCESS`, and `FAIL`.public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode - Error code. 0: success. other values: failure.public String getMessage()
public void setMessage(String Message)
Message - Error message.public AiAnalysisTaskVideoRemakeInput getInput()
public void setInput(AiAnalysisTaskVideoRemakeInput Input)
Input - Deduplication task input.public AiAnalysisTaskVideoRemakeOutput getOutput()
public void setOutput(AiAnalysisTaskVideoRemakeOutput Output)
Output - Task output.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.