public class TaskListItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskListItem() |
TaskListItem(TaskListItem 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 |
getApplicationId()
Get ID of the associated application
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getApplicationName()
Get Name of the associated application
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskCreateTime()
Get Task creation time
|
String |
getTaskDescription()
Get Task description
|
Long |
getTaskExpect()
Get Whether the experiment result meets expectations.
|
Long |
getTaskId()
Get Task ID
|
Long |
getTaskPreCheckStatus()
Get 0: not started; 1: in progress; 2: completed.
|
Boolean |
getTaskPreCheckSuccess()
Get Whether the environmental check is passed
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskStatus()
Get Task status (1001: not started; 1002: in progress; 1003: paused; 1004: ended)
|
Long |
getTaskStatusType()
Get Status.
|
String |
getTaskTag()
Get Task tag
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskTitle()
Get Task name
|
String |
getTaskUpdateTime()
Get Task update time
|
Long |
getVerifyId()
Get Verification item ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApplicationId(String ApplicationId)
Set ID of the associated application
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApplicationName(String ApplicationName)
Set Name of the associated application
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskCreateTime(String TaskCreateTime)
Set Task creation time
|
void |
setTaskDescription(String TaskDescription)
Set Task description
|
void |
setTaskExpect(Long TaskExpect)
Set Whether the experiment result meets expectations.
|
void |
setTaskId(Long TaskId)
Set Task ID
|
void |
setTaskPreCheckStatus(Long TaskPreCheckStatus)
Set 0: not started; 1: in progress; 2: completed.
|
void |
setTaskPreCheckSuccess(Boolean TaskPreCheckSuccess)
Set Whether the environmental check is passed
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskStatus(Long TaskStatus)
Set Task status (1001: not started; 1002: in progress; 1003: paused; 1004: ended)
|
void |
setTaskStatusType(Long TaskStatusType)
Set Status.
|
void |
setTaskTag(String TaskTag)
Set Task tag
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskTitle(String TaskTitle)
Set Task name
|
void |
setTaskUpdateTime(String TaskUpdateTime)
Set Task update time
|
void |
setVerifyId(Long VerifyId)
Set Verification item ID
Note: This field may return null, indicating that no valid values can be obtained.
|
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, toJsonString
public TaskListItem()
public TaskListItem(TaskListItem source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task IDpublic String getTaskTitle()
public void setTaskTitle(String TaskTitle)
TaskTitle
- Task namepublic String getTaskDescription()
public void setTaskDescription(String TaskDescription)
TaskDescription
- Task descriptionpublic String getTaskTag()
public void setTaskTag(String TaskTag)
TaskTag
- Task tag
Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskStatus()
public void setTaskStatus(Long TaskStatus)
TaskStatus
- Task status (1001: not started; 1002: in progress; 1003: paused; 1004: ended)public String getTaskCreateTime()
public void setTaskCreateTime(String TaskCreateTime)
TaskCreateTime
- Task creation timepublic String getTaskUpdateTime()
public void setTaskUpdateTime(String TaskUpdateTime)
TaskUpdateTime
- Task update timepublic Long getTaskPreCheckStatus()
public void setTaskPreCheckStatus(Long TaskPreCheckStatus)
TaskPreCheckStatus
- 0: not started; 1: in progress; 2: completed.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getTaskPreCheckSuccess()
public void setTaskPreCheckSuccess(Boolean TaskPreCheckSuccess)
TaskPreCheckSuccess
- Whether the environmental check is passed
Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskExpect()
public void setTaskExpect(Long TaskExpect)
TaskExpect
- Whether the experiment result meets expectations. 1: expectations met; 2: expectations not met.
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- ID of the associated application
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName
- Name of the associated application
Note: This field may return null, indicating that no valid values can be obtained.public Long getVerifyId()
public void setVerifyId(Long VerifyId)
VerifyId
- Verification item ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskStatusType()
public void setTaskStatusType(Long TaskStatusType)
TaskStatusType
- Status. 0: no status; 1: successful; 2: failed; 3: terminated.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.