Class Task
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.Task
-
public class Task extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreateTime()
Get 任务创建时间。String
getJobId()
Get 任务 ID。String
getStatus()
Get 状态。String
getTarget()
Get 资源。String
getType()
Get 任务类型。String
getUpdateTime()
Get 任务完成时间。void
setCreateTime(String CreateTime)
Set 任务创建时间。void
setJobId(String JobId)
Set 任务 ID。void
setStatus(String Status)
Set 状态。void
setTarget(String Target)
Set 资源。void
setType(String Type)
Set 任务类型。void
setUpdateTime(String UpdateTime)
Set 任务完成时间。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Task
public Task()
-
Task
public Task(Task 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.
-
-
Method Detail
-
getJobId
public String getJobId()
Get 任务 ID。- Returns:
- JobId 任务 ID。
-
setJobId
public void setJobId(String JobId)
Set 任务 ID。- Parameters:
JobId
- 任务 ID。
-
getStatus
public String getStatus()
Get 状态。- Returns:
- Status 状态。
-
setStatus
public void setStatus(String Status)
Set 状态。- Parameters:
Status
- 状态。
-
getTarget
public String getTarget()
Get 资源。- Returns:
- Target 资源。
-
setTarget
public void setTarget(String Target)
Set 资源。- Parameters:
Target
- 资源。
-
getType
public String getType()
Get 任务类型。- Returns:
- Type 任务类型。
-
setType
public void setType(String Type)
Set 任务类型。- Parameters:
Type
- 任务类型。
-
getCreateTime
public String getCreateTime()
Get 任务创建时间。- Returns:
- CreateTime 任务创建时间。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 任务创建时间。- Parameters:
CreateTime
- 任务创建时间。
-
getUpdateTime
public String getUpdateTime()
Get 任务完成时间。- Returns:
- UpdateTime 任务完成时间。
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 任务完成时间。- Parameters:
UpdateTime
- 任务完成时间。
-
-