public class LiveScheduleLiveRecordTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveScheduleLiveRecordTaskResult() |
LiveScheduleLiveRecordTaskResult(LiveScheduleLiveRecordTaskResult 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 task was started, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
Long |
getErrCode()
Get The error code.
|
String |
getErrCodeExt()
Get The error code.
|
String |
getFinishTime()
Get The time when the task was completed, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
LiveRecordTaskInput |
getInput()
Get The input of a live recording task.
|
String |
getMessage()
Get The error message.
|
LiveRecordResult |
getOutput()
Get The output of a live recording task.
|
String |
getStatus()
Get The task status.
|
void |
setBeginProcessTime(String BeginProcessTime)
Set The time when the task was started, in [ISO date format](https://intl.cloud.tencent.com/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 The time when the task was completed, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
void |
setInput(LiveRecordTaskInput Input)
Set The input of a live recording task.
|
void |
setMessage(String Message)
Set The error message.
|
void |
setOutput(LiveRecordResult Output)
Set The output of a live recording task.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LiveScheduleLiveRecordTaskResult()
public LiveScheduleLiveRecordTaskResult(LiveScheduleLiveRecordTaskResult 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).
Note: This field may return·null, indicating that no valid values can be obtained.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.
Note: This field may return·null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- The error message.
Note: This field may return·null, indicating that no valid values can be obtained.public LiveRecordTaskInput getInput()
public void setInput(LiveRecordTaskInput Input)
Input
- The input of a live recording task.
Note: This field may return·null, indicating that no valid values can be obtained.public LiveRecordResult getOutput()
public void setOutput(LiveRecordResult Output)
Output
- The output of a live recording task.
Note: This field may return·null, indicating that no valid values can be obtained.public String getBeginProcessTime()
public void setBeginProcessTime(String BeginProcessTime)
BeginProcessTime
- The time when the task was started, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return·null, indicating that no valid values can be obtained.public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- The time when the task was completed, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.