public class TaskInstanceView extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskInstanceView() |
TaskInstanceView(TaskInstanceView 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 |
getComputeNodeInstanceId()
Get The `InstanceId` of the compute node (e.g., CVM instance) where the task instance is running.
|
String |
getCreateTime()
Get Creation time
|
String |
getEndTime()
Get Task end time
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getExitCode()
Get Exit code after application execution is completed
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getLaunchTime()
Get Start time
Note: This field may return `null`, indicating that no valid value was found.
|
RedirectInfo |
getRedirectInfo()
Get Redirection information
|
String |
getRunningTime()
Get Running start time
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getStateDetailedReason()
Get Task instance state reason details.
|
String |
getStateReason()
Get Task instance state reason.
|
Long |
getTaskInstanceIndex()
Get Task instance index
|
String |
getTaskInstanceState()
Get Task instance state
|
void |
setComputeNodeInstanceId(String ComputeNodeInstanceId)
Set The `InstanceId` of the compute node (e.g., CVM instance) where the task instance is running.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setEndTime(String EndTime)
Set Task end time
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setExitCode(Long ExitCode)
Set Exit code after application execution is completed
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setLaunchTime(String LaunchTime)
Set Start time
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setRedirectInfo(RedirectInfo RedirectInfo)
Set Redirection information
|
void |
setRunningTime(String RunningTime)
Set Running start time
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setStateDetailedReason(String StateDetailedReason)
Set Task instance state reason details.
|
void |
setStateReason(String StateReason)
Set Task instance state reason.
|
void |
setTaskInstanceIndex(Long TaskInstanceIndex)
Set Task instance index
|
void |
setTaskInstanceState(String TaskInstanceState)
Set Task instance state
|
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 TaskInstanceView()
public TaskInstanceView(TaskInstanceView source)
public Long getTaskInstanceIndex()
public void setTaskInstanceIndex(Long TaskInstanceIndex)
TaskInstanceIndex
- Task instance indexpublic String getTaskInstanceState()
public void setTaskInstanceState(String TaskInstanceState)
TaskInstanceState
- Task instance statepublic Long getExitCode()
public void setExitCode(Long ExitCode)
ExitCode
- Exit code after application execution is completed
Note: This field may return `null`, indicating that no valid value was found.public String getStateReason()
public void setStateReason(String StateReason)
StateReason
- Task instance state reason. If the task instance fails, the reason for the failure will be logged.public String getComputeNodeInstanceId()
public void setComputeNodeInstanceId(String ComputeNodeInstanceId)
ComputeNodeInstanceId
- The `InstanceId` of the compute node (e.g., CVM instance) where the task instance is running. This field is empty if the task instance is not running or has already been completed and will change when the task instance is retried.
Note: This field may return `null`, indicating that no valid value was found.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getLaunchTime()
public void setLaunchTime(String LaunchTime)
LaunchTime
- Start time
Note: This field may return `null`, indicating that no valid value was found.public String getRunningTime()
public void setRunningTime(String RunningTime)
RunningTime
- Running start time
Note: This field may return `null`, indicating that no valid value was found.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Task end time
Note: This field may return `null`, indicating that no valid value was found.public RedirectInfo getRedirectInfo()
public void setRedirectInfo(RedirectInfo RedirectInfo)
RedirectInfo
- Redirection informationpublic String getStateDetailedReason()
public void setStateDetailedReason(String StateDetailedReason)
StateDetailedReason
- Task instance state reason details. If the task instance fails, the reason for the failure will be loggedCopyright © 2024. All rights reserved.