public class TaskSimpleInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskSimpleInfo() |
TaskSimpleInfo(TaskSimpleInfo 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#I).
|
String |
getCreateTime()
Get Creation time of task in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
String |
getFileId()
Get Video ID
|
String |
getFinishTime()
Get End time of task in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
String |
getSessionContext()
Get Source context, which is used to pass through the user request information.
|
String |
getSessionId()
Get ID used for deduplication if there was a request with the same ID in the last seven days.
|
String |
getStatus()
Get Task status.
|
String |
getTaskId()
Get Task ID.
|
String |
getTaskType()
Get The task type.
|
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#I).
|
void |
setCreateTime(String CreateTime)
Set Creation time of task in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setFileId(String FileId)
Set Video ID
|
void |
setFinishTime(String FinishTime)
Set End time of task in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setSessionContext(String SessionContext)
Set Source context, which is used to pass through the user request information.
|
void |
setSessionId(String SessionId)
Set ID used for deduplication if there was a request with the same ID in the last seven days.
|
void |
setStatus(String Status)
Set Task status.
|
void |
setTaskId(String TaskId)
Set Task ID.
|
void |
setTaskType(String TaskType)
Set The task type.
|
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 TaskSimpleInfo()
public TaskSimpleInfo(TaskSimpleInfo source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID.public String getStatus()
public void setStatus(String Status)
Status
- Task status. Valid values: `WAITING` (waiting), `PROCESSING` (processing), `FINISH` (completed)public String getFileId()
public void setFileId(String FileId)
FileId
- Video IDpublic String getTaskType()
public void setTaskType(String TaskType)
TaskType
- The task type. Valid values:
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of task in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).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#I). If the task has not been started yet, this field will be empty.public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- End time of task in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I). If the task has not been completed yet, this field will be empty.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- ID used for deduplication if there was a request with the same ID in the last seven days.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- Source context, which is used to pass through the user request information.Copyright © 2024. All rights reserved.