public class Task extends AbstractModel
Constructor and Description |
---|
Task() |
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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Task()
public Task(Task source)
public String getJobId()
public void setJobId(String JobId)
JobId
- 任务IDpublic String getStatus()
public void setStatus(String Status)
Status
- 状态public String getTarget()
public void setTarget(String Target)
Target
- 资源public String getType()
public void setType(String Type)
Type
- 任务类型public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 任务创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 任务完成时间Copyright © 2023. All rights reserved.