public class InvocationTask extends AbstractModel
Constructor and Description |
---|
InvocationTask() |
InvocationTask(InvocationTask 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 |
---|---|
CommandDocument |
getCommandDocument()
Get Command details of the execution task.
|
String |
getCommandId()
Get Command ID.
|
String |
getCreatedTime()
Get Creation time.
|
String |
getEndTime()
Get End time of the execution task.
|
String |
getErrorInfo()
Get Error message displayed when the execution task fails.
|
String |
getInstanceId()
Get Instance ID.
|
String |
getInvocationId()
Get Execution activity ID.
|
String |
getInvocationSource()
Get Invocation source.
|
String |
getInvocationTaskId()
Get Execution task ID.
|
String |
getStartTime()
Get Start time of the execution task.
|
TaskResult |
getTaskResult()
Get Execution result.
|
String |
getTaskStatus()
Get Execution task status.
|
String |
getUpdatedTime()
Get Update time.
|
void |
setCommandDocument(CommandDocument CommandDocument)
Set Command details of the execution task.
|
void |
setCommandId(String CommandId)
Set Command ID.
|
void |
setCreatedTime(String CreatedTime)
Set Creation time.
|
void |
setEndTime(String EndTime)
Set End time of the execution task.
|
void |
setErrorInfo(String ErrorInfo)
Set Error message displayed when the execution task fails.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setInvocationId(String InvocationId)
Set Execution activity ID.
|
void |
setInvocationSource(String InvocationSource)
Set Invocation source.
|
void |
setInvocationTaskId(String InvocationTaskId)
Set Execution task ID.
|
void |
setStartTime(String StartTime)
Set Start time of the execution task.
|
void |
setTaskResult(TaskResult TaskResult)
Set Execution result.
|
void |
setTaskStatus(String TaskStatus)
Set Execution task status.
|
void |
setUpdatedTime(String UpdatedTime)
Set Update time.
|
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 InvocationTask()
public InvocationTask(InvocationTask source)
public String getInvocationId()
public void setInvocationId(String InvocationId)
InvocationId
- Execution activity ID.public String getInvocationTaskId()
public void setInvocationTaskId(String InvocationTaskId)
InvocationTaskId
- Execution task ID.public String getCommandId()
public void setCommandId(String CommandId)
CommandId
- Command ID.public String getTaskStatus()
public void setTaskStatus(String TaskStatus)
TaskStatus
- Execution task status. Valid values:
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public TaskResult getTaskResult()
public void setTaskResult(TaskResult TaskResult)
TaskResult
- Execution result.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time of the execution task.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of the execution task.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation time.public String getUpdatedTime()
public void setUpdatedTime(String UpdatedTime)
UpdatedTime
- Update time.public CommandDocument getCommandDocument()
public void setCommandDocument(CommandDocument CommandDocument)
CommandDocument
- Command details of the execution task.public String getErrorInfo()
public void setErrorInfo(String ErrorInfo)
ErrorInfo
- Error message displayed when the execution task fails.public String getInvocationSource()
public void setInvocationSource(String InvocationSource)
InvocationSource
- Invocation source.Copyright © 2023. All rights reserved.