public class TaskSimpleInfo extends AbstractModel
Constructor and Description |
---|
TaskSimpleInfo() |
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).
|
String |
getFinishTime()
Get End 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).
|
String |
getTaskId()
Get Task ID.
|
String |
getTaskType()
Get 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#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 |
setFinishTime(String FinishTime)
Set End 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 |
setTaskId(String TaskId)
Set Task ID.
|
void |
setTaskType(String TaskType)
Set Task type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID.public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- Task type. 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). If the task has not been started yet, this field will be `0000-00-00T00:00:00Z`.public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- End 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). If the task has not been completed yet, this field will be `0000-00-00T00:00:00Z`.Copyright © 2020. All rights reserved.