public class TaskInfo extends AbstractModel
Constructor and Description |
---|
TaskInfo() |
TaskInfo(TaskInfo 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 |
---|---|
Long |
getAsyncRequestId()
Get Async task ID.
|
String |
getCreateTime()
Get Task creation time.
|
String |
getEndTime()
Get Task end time.
|
String[] |
getFailedProxyList()
Get IDs of the proxies that failed to execute the session killing tasks.
|
String[] |
getFinishedProxyList()
Get IDs of the proxies that have completed the session killing tasks.
|
String |
getInstanceId()
Get Instance ID.
|
Long |
getInstProxyCount()
Get Total number of proxies of the current instance.
|
String[] |
getInstProxyList()
Get List of all proxies of the current instance.
|
Long |
getProgress()
Get Task progress.
|
String |
getStartTime()
Get Task start time.
|
String |
getTaskStatus()
Get Task status.
|
void |
setAsyncRequestId(Long AsyncRequestId)
Set Async task ID.
|
void |
setCreateTime(String CreateTime)
Set Task creation time.
|
void |
setEndTime(String EndTime)
Set Task end time.
|
void |
setFailedProxyList(String[] FailedProxyList)
Set IDs of the proxies that failed to execute the session killing tasks.
|
void |
setFinishedProxyList(String[] FinishedProxyList)
Set IDs of the proxies that have completed the session killing tasks.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setInstProxyCount(Long InstProxyCount)
Set Total number of proxies of the current instance.
|
void |
setInstProxyList(String[] InstProxyList)
Set List of all proxies of the current instance.
|
void |
setProgress(Long Progress)
Set Task progress.
|
void |
setStartTime(String StartTime)
Set Task start time.
|
void |
setTaskStatus(String TaskStatus)
Set Task status.
|
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 TaskInfo()
public TaskInfo(TaskInfo source)
public Long getAsyncRequestId()
public void setAsyncRequestId(Long AsyncRequestId)
AsyncRequestId
- Async task ID.public String[] getInstProxyList()
public void setInstProxyList(String[] InstProxyList)
InstProxyList
- List of all proxies of the current instance.public Long getInstProxyCount()
public void setInstProxyCount(Long InstProxyCount)
InstProxyCount
- Total number of proxies of the current instance.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Task creation time.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Task start time.public String getTaskStatus()
public void setTaskStatus(String TaskStatus)
TaskStatus
- Task status. Valid values: `created` (create), `chosen` (to be executed), `running` (being executed), `failed` (failed), and `finished` (completed).public String[] getFinishedProxyList()
public void setFinishedProxyList(String[] FinishedProxyList)
FinishedProxyList
- IDs of the proxies that have completed the session killing tasks.public String[] getFailedProxyList()
public void setFailedProxyList(String[] FailedProxyList)
FailedProxyList
- IDs of the proxies that failed to execute the session killing tasks.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Task end time.public Long getProgress()
public void setProgress(Long Progress)
Progress
- Task progress.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.Copyright © 2023. All rights reserved.