public class MediaProcessTaskSampleSnapshotResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MediaProcessTaskSampleSnapshotResult()  | 
MediaProcessTaskSampleSnapshotResult(MediaProcessTaskSampleSnapshotResult 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 The time when the sampling screenshot task starts execution is in [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format). 
 | 
Long | 
getErrCode()
Get Error code. 
 | 
String | 
getErrCodeExt()
Get Error code. 
 | 
String | 
getFinishTime()
Get The time when the sampling screenshot task is completed uses [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format). 
 | 
SampleSnapshotTaskInput | 
getInput()
Get Input of sampled screencapturing task. 
 | 
String | 
getMessage()
Get Error message. 
 | 
MediaSampleSnapshotItem | 
getOutput()
Get Output of sampled screencapturing task. 
 | 
Long | 
getProgress()
Get The progress of a sampled screenshot task. 
 | 
String | 
getStatus()
Get Task status. 
 | 
void | 
setBeginProcessTime(String BeginProcessTime)
Set The time when the sampling screenshot task starts execution is in [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format). 
 | 
void | 
setErrCode(Long ErrCode)
Set Error code. 
 | 
void | 
setErrCodeExt(String ErrCodeExt)
Set Error code. 
 | 
void | 
setFinishTime(String FinishTime)
Set The time when the sampling screenshot task is completed uses [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format). 
 | 
void | 
setInput(SampleSnapshotTaskInput Input)
Set Input of sampled screencapturing task. 
 | 
void | 
setMessage(String Message)
Set Error message. 
 | 
void | 
setOutput(MediaSampleSnapshotItem Output)
Set Output of sampled screencapturing task. 
 | 
void | 
setProgress(Long Progress)
Set The progress of a sampled screenshot task. 
 | 
void | 
setStatus(String Status)
Set 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 MediaProcessTaskSampleSnapshotResult()
public MediaProcessTaskSampleSnapshotResult(MediaProcessTaskSampleSnapshotResult source)
public String getStatus()
public void setStatus(String Status)
Status - Task status. Valid values: PROCESSING, SUCCESS, FAIL.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt - Error code. An empty string indicates the task is successful; other values indicate failure. For details, see [Video Processing Error Codes](https://intl.cloud.tencent.com/zh/document/product/266/39145).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode - Error code. 0 indicates the task is successful; other values indicate failure. You’re not recommended to use this parameter, but to use the new parameter `ErrCodeExt`.public String getMessage()
public void setMessage(String Message)
Message - Error message.
Note: this field may return null, indicating that no valid values can be obtained.public SampleSnapshotTaskInput getInput()
public void setInput(SampleSnapshotTaskInput Input)
Input - Input of sampled screencapturing task.public MediaSampleSnapshotItem getOutput()
public void setOutput(MediaSampleSnapshotItem Output)
Output - Output of sampled screencapturing task.
Note: this field may return null, indicating that no valid values can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress - The progress of a sampled screenshot task. Value range: 0-100.public String getBeginProcessTime()
public void setBeginProcessTime(String BeginProcessTime)
BeginProcessTime - The time when the sampling screenshot task starts execution is in [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime - The time when the sampling screenshot task is completed uses [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).Copyright © 2025. All rights reserved.