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 Creation time of the task.
|
String |
getJobId()
Get ID of the task.
|
String |
getStatus()
Get Status of the task.
|
String |
getTarget()
Get Resource.
|
String |
getType()
Get Type of the task.
|
String |
getUpdateTime()
Get Completion time of the task.
|
void |
setCreateTime(String CreateTime)
Set Creation time of the task.
|
void |
setJobId(String JobId)
Set ID of the task.
|
void |
setStatus(String Status)
Set Status of the task.
|
void |
setTarget(String Target)
Set Resource.
|
void |
setType(String Type)
Set Type of the task.
|
void |
setUpdateTime(String UpdateTime)
Set Completion time of the task.
|
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
- ID of the task.public String getStatus()
public void setStatus(String Status)
Status
- Status of the task.public String getTarget()
public void setTarget(String Target)
Target
- Resource.public String getType()
public void setType(String Type)
Type
- Type of the task.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of the task.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Completion time of the task.Copyright © 2023. All rights reserved.