public class TaskInstanceView extends AbstractModel
Constructor and Description |
---|
TaskInstanceView() |
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 End time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getExitCode()
Get Exit code after application execution is completed
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLaunchTime()
Get Start time
Note: This field may return null, indicating that no valid values can be obtained.
|
RedirectInfo |
getRedirectInfo()
Get Redirection information
|
String |
getRunningTime()
Get Running start time
Note: This field may return null, indicating that no valid values can be obtained.
|
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 End time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExitCode(Long ExitCode)
Set Exit code after application execution is completed
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLaunchTime(String LaunchTime)
Set Start time
Note: This field may return null, indicating that no valid values can be obtained.
|
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 values can be obtained.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 values can be obtained.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 values can be obtained.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 values can be obtained.public String getRunningTime()
public void setRunningTime(String RunningTime)
RunningTime
- Running start time
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time
Note: This field may return null, indicating that no valid values can be obtained.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 © 2020. All rights reserved.