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 Task creation time | 
| String | getJobId()Get Task ID | 
| String | getStatus()Get Status of the task | 
| String | getTarget()Get Resource | 
| String | getType()Get Task type | 
| String | getUpdateTime()Get Task completion time | 
| void | setCreateTime(String CreateTime)Set Task creation time | 
| void | setJobId(String JobId)Set Task ID | 
| void | setStatus(String Status)Set Status of the task | 
| void | setTarget(String Target)Set Resource | 
| void | setType(String Type)Set Task type | 
| void | setUpdateTime(String UpdateTime)Set Task completion time | 
| 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, toJsonStringpublic Task()
public Task(Task source)
public String getJobId()
public void setJobId(String JobId)
JobId - Task IDpublic String getStatus()
public void setStatus(String Status)
Status - Status of the taskpublic String getTarget()
public void setTarget(String Target)
Target - Resourcepublic String getType()
public void setType(String Type)
Type - Task typepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Task creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Task completion timeCopyright © 2022. All rights reserved.