public class TaskInfoNew extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskInfoNew() | 
| TaskInfoNew(TaskInfoNew 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 | getClusterId()Get ID of the cluster where a task resides | 
| String | getClusterName()Get Name of the cluster where a task resides | 
| String | getContent()Get Task details | 
| String | getOperator()Get Operator | 
| Long | getProgress()Get Task progress | 
| String | getStartTime()Get Task creation time | 
| String | getTaskId()Get Task ID | 
| String | getTaskType()Get Task type | 
| String | getTransId()Get ID of TcaplusDB internal transaction associated with task | 
| String | getUpdateTime()Get Task last modified time | 
| void | setClusterId(String ClusterId)Set ID of the cluster where a task resides | 
| void | setClusterName(String ClusterName)Set Name of the cluster where a task resides | 
| void | setContent(String Content)Set Task details | 
| void | setOperator(String Operator)Set Operator | 
| void | setProgress(Long Progress)Set Task progress | 
| void | setStartTime(String StartTime)Set Task creation time | 
| void | setTaskId(String TaskId)Set Task ID | 
| void | setTaskType(String TaskType)Set Task type | 
| void | setTransId(String TransId)Set ID of TcaplusDB internal transaction associated with task | 
| void | setUpdateTime(String UpdateTime)Set Task last modified time | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TaskInfoNew()
public TaskInfoNew(TaskInfoNew source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task IDpublic String getTaskType()
public void setTaskType(String TaskType)
TaskType - Task typepublic String getTransId()
public void setTransId(String TransId)
TransId - ID of TcaplusDB internal transaction associated with taskpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - ID of the cluster where a task residespublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Name of the cluster where a task residespublic Long getProgress()
public void setProgress(Long Progress)
Progress - Task progresspublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Task creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Task last modified timepublic String getOperator()
public void setOperator(String Operator)
Operator - Operatorpublic String getContent()
public void setContent(String Content)
Content - Task detailsCopyright © 2024. All rights reserved.