public class SmartEraseTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
SmartEraseTaskResult() |
SmartEraseTaskResult(SmartEraseTaskResult 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 datetime format.
|
String |
getErrCodeExt()
Get Error code.
|
String |
getFinishTime()
Get Task execution completion time in ISO datetime format.
|
SmartEraseTaskInput |
getInput()
Get Input of the smart erasure task.
|
String |
getMessage()
Get Error message.
|
AiAnalysisTaskDelLogoOutput |
getOutput()
Get Output of the smart erasure task.
|
Long |
getProgress()
Get Task progress.
|
String |
getStatus()
Get Task status, including PROCESSING, SUCCESS, and FAIL.
|
void |
setBeginProcessTime(String BeginProcessTime)
Set Task execution start time in ISO datetime format.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setFinishTime(String FinishTime)
Set Task execution completion time in ISO datetime format.
|
void |
setInput(SmartEraseTaskInput Input)
Set Input of the smart erasure task.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(AiAnalysisTaskDelLogoOutput Output)
Set Output of the smart erasure task.
|
void |
setProgress(Long Progress)
Set Task progress.
|
void |
setStatus(String Status)
Set Task status, including PROCESSING, SUCCESS, and FAIL.
|
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, toJsonString
public SmartEraseTaskResult()
public SmartEraseTaskResult(SmartEraseTaskResult source)
public String getStatus()
public void setStatus(String Status)
Status
- Task status, including PROCESSING, SUCCESS, and FAIL.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://www.tencentcloud.comom/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).public String getMessage()
public void setMessage(String Message)
Message
- Error message.public SmartEraseTaskInput getInput()
public void setInput(SmartEraseTaskInput Input)
Input
- Input of the smart erasure task.
Note: This field may return null, indicating that no valid value can be obtained.public AiAnalysisTaskDelLogoOutput getOutput()
public void setOutput(AiAnalysisTaskDelLogoOutput Output)
Output
- Output of the smart erasure task.
Note: This field may return null, indicating that no valid value can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress
- Task progress.public String getBeginProcessTime()
public void setBeginProcessTime(String BeginProcessTime)
BeginProcessTime
- Task execution start time in ISO datetime format.public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- Task execution completion time in ISO datetime format.Copyright © 2025. All rights reserved.