public class DescribeTaskDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTaskDetailResponse() |
DescribeTaskDetailResponse(DescribeTaskDetailResponse 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 Start time of task execution in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
String |
getCreateTime()
Get Creation time of a task in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
EditMediaTask |
getEditMediaTask()
Get Video editing task information.
|
String |
getExtInfo()
Get Extended information field, used in specific scenarios.
|
String |
getFinishTime()
Get End time of task execution in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
LiveScheduleTask |
getLiveScheduleTask()
Get The information of a live scheme.
|
LiveStreamProcessTask |
getLiveStreamProcessTask()
Get Information of a live stream processing task.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
ScheduleTask |
getScheduleTask()
Get The information of a scheme.
|
String |
getSessionContext()
Get The source context which is used to pass through the user request information.
|
String |
getSessionId()
Get The ID used for deduplication.
|
String |
getStatus()
Get Task status.
|
TaskNotifyConfig |
getTaskNotifyConfig()
Get Event notification information of a task.
|
Long |
getTasksPriority()
Get Task flow priority.
|
String |
getTaskType()
Get The task type.
|
WorkflowTask |
getWorkflowTask()
Get Information of a video processing task.
|
void |
setBeginProcessTime(String BeginProcessTime)
Set Start time of task execution in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setCreateTime(String CreateTime)
Set Creation time of a task in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setEditMediaTask(EditMediaTask EditMediaTask)
Set Video editing task information.
|
void |
setExtInfo(String ExtInfo)
Set Extended information field, used in specific scenarios.
|
void |
setFinishTime(String FinishTime)
Set End time of task execution in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setLiveScheduleTask(LiveScheduleTask LiveScheduleTask)
Set The information of a live scheme.
|
void |
setLiveStreamProcessTask(LiveStreamProcessTask LiveStreamProcessTask)
Set Information of a live stream processing task.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setScheduleTask(ScheduleTask ScheduleTask)
Set The information of a scheme.
|
void |
setSessionContext(String SessionContext)
Set The source context which is used to pass through the user request information.
|
void |
setSessionId(String SessionId)
Set The ID used for deduplication.
|
void |
setStatus(String Status)
Set Task status.
|
void |
setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
Set Event notification information of a task.
|
void |
setTasksPriority(Long TasksPriority)
Set Task flow priority.
|
void |
setTaskType(String TaskType)
Set The task type.
|
void |
setWorkflowTask(WorkflowTask WorkflowTask)
Set Information of a video processing task.
|
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 DescribeTaskDetailResponse()
public DescribeTaskDetailResponse(DescribeTaskDetailResponse source)
public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- The task type. Valid values:
public String getStatus()
public void setStatus(String Status)
Status
- Task status. Valid values:
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of a task in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getBeginProcessTime()
public void setBeginProcessTime(String BeginProcessTime)
BeginProcessTime
- Start time of task execution in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- End time of task execution in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public EditMediaTask getEditMediaTask()
public void setEditMediaTask(EditMediaTask EditMediaTask)
EditMediaTask
- Video editing task information. This field has a value only when `TaskType` is `EditMediaTask`.public WorkflowTask getWorkflowTask()
public void setWorkflowTask(WorkflowTask WorkflowTask)
WorkflowTask
- Information of a video processing task. This field has a value only when `TaskType` is `WorkflowTask`.
Note: This field may return null, indicating that no valid values can be obtained.public LiveStreamProcessTask getLiveStreamProcessTask()
public void setLiveStreamProcessTask(LiveStreamProcessTask LiveStreamProcessTask)
LiveStreamProcessTask
- Information of a live stream processing task. This field has a value only when `TaskType` is `LiveStreamProcessTask`.
Note: This field may return null, indicating that no valid values can be obtained.public TaskNotifyConfig getTaskNotifyConfig()
public void setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
TaskNotifyConfig
- Event notification information of a task.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority
- Task flow priority. Value range: [-10, 10].public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is left empty or an empty string is entered, no deduplication will be performed.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- Extended information field, used in specific scenarios.public ScheduleTask getScheduleTask()
public void setScheduleTask(ScheduleTask ScheduleTask)
ScheduleTask
- The information of a scheme. This parameter is valid only if `TaskType` is `ScheduleTask`.
Note: This field may return null, indicating that no valid values can be obtained.public LiveScheduleTask getLiveScheduleTask()
public void setLiveScheduleTask(LiveScheduleTask LiveScheduleTask)
LiveScheduleTask
- The information of a live scheme. This parameter is valid only if `TaskType` is `LiveScheduleTask`.
Note: This field may return·null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.