public class ModifyTaskRunStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyTaskRunStatusRequest() |
ModifyTaskRunStatusRequest(ModifyTaskRunStatusRequest 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 |
---|---|
Boolean |
getIsExpect()
Get Whether the execution result meets expectations (This field is required when the task status is Execution Ended.)
|
Long |
getStatus()
Get Task status.
|
String |
getSummary()
Get Experiment result (This field is required when the experiment status changes to Execution Ended.)
|
Long |
getTaskId()
Get Task ID
|
void |
setIsExpect(Boolean IsExpect)
Set Whether the execution result meets expectations (This field is required when the task status is Execution Ended.)
|
void |
setStatus(Long Status)
Set Task status.
|
void |
setSummary(String Summary)
Set Experiment result (This field is required when the experiment status changes to Execution Ended.)
|
void |
setTaskId(Long TaskId)
Set Task ID
|
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 ModifyTaskRunStatusRequest()
public ModifyTaskRunStatusRequest(ModifyTaskRunStatusRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- Task status. 1001: not started; 1002: in progress (executing); 1003: in progress (paused); 1004: execution ended.public Boolean getIsExpect()
public void setIsExpect(Boolean IsExpect)
IsExpect
- Whether the execution result meets expectations (This field is required when the task status is Execution Ended.)public String getSummary()
public void setSummary(String Summary)
Summary
- Experiment result (This field is required when the experiment status changes to Execution Ended.)Copyright © 2025. All rights reserved.