public class TaskGroupAction extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskGroupAction() |
TaskGroupAction(TaskGroupAction 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 |
---|---|
Long |
getActionApiType()
Get Called API type.
|
Long |
getActionAttribute()
Get 1: fault; 2: recovery.
|
Long |
getActionId()
Get Action ID
|
String |
getActionRisk()
Get Action risk level
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getActionTitle()
Get Action name
|
String |
getActionType()
Get Action type: platform and custom
Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getIsExecuteRedo()
Get Whether retry is allowed
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskGroupActionCreateTime()
Get Action group creation time
|
String |
getTaskGroupActionCustomConfiguration()
Get Custom configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskGroupActionExecuteId()
Get ExecuteId
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskGroupActionExecuteTime()
Get Action running time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskGroupActionGeneralConfiguration()
Get General configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskGroupActionId()
Get Task group action ID
|
Long |
getTaskGroupActionOrder()
Get Order of actions in the group
|
Long |
getTaskGroupActionRandomId()
Get RandomId
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskGroupActionRecoverId()
Get RecoverId
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskGroupActionStatus()
Get Status of actions in the group
|
Long |
getTaskGroupActionStatusType()
Get Status.
|
String |
getTaskGroupActionUpdateTime()
Get Action group update time
|
TaskGroupInstance[] |
getTaskGroupInstances()
Get Action instance list of the task group
|
void |
setActionApiType(Long ActionApiType)
Set Called API type.
|
void |
setActionAttribute(Long ActionAttribute)
Set 1: fault; 2: recovery.
|
void |
setActionId(Long ActionId)
Set Action ID
|
void |
setActionRisk(String ActionRisk)
Set Action risk level
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setActionTitle(String ActionTitle)
Set Action name
|
void |
setActionType(String ActionType)
Set Action type: platform and custom
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsExecuteRedo(Boolean IsExecuteRedo)
Set Whether retry is allowed
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskGroupActionCreateTime(String TaskGroupActionCreateTime)
Set Action group creation time
|
void |
setTaskGroupActionCustomConfiguration(String TaskGroupActionCustomConfiguration)
Set Custom configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskGroupActionExecuteId(Long TaskGroupActionExecuteId)
Set ExecuteId
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskGroupActionExecuteTime(Long TaskGroupActionExecuteTime)
Set Action running time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskGroupActionGeneralConfiguration(String TaskGroupActionGeneralConfiguration)
Set General configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskGroupActionId(Long TaskGroupActionId)
Set Task group action ID
|
void |
setTaskGroupActionOrder(Long TaskGroupActionOrder)
Set Order of actions in the group
|
void |
setTaskGroupActionRandomId(Long TaskGroupActionRandomId)
Set RandomId
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskGroupActionRecoverId(Long TaskGroupActionRecoverId)
Set RecoverId
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskGroupActionStatus(Long TaskGroupActionStatus)
Set Status of actions in the group
|
void |
setTaskGroupActionStatusType(Long TaskGroupActionStatusType)
Set Status.
|
void |
setTaskGroupActionUpdateTime(String TaskGroupActionUpdateTime)
Set Action group update time
|
void |
setTaskGroupInstances(TaskGroupInstance[] TaskGroupInstances)
Set Action instance list of the task group
|
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 TaskGroupAction()
public TaskGroupAction(TaskGroupAction source)
public Long getTaskGroupActionId()
public void setTaskGroupActionId(Long TaskGroupActionId)
TaskGroupActionId
- Task group action IDpublic TaskGroupInstance[] getTaskGroupInstances()
public void setTaskGroupInstances(TaskGroupInstance[] TaskGroupInstances)
TaskGroupInstances
- Action instance list of the task grouppublic Long getActionId()
public void setActionId(Long ActionId)
ActionId
- Action IDpublic Long getTaskGroupActionOrder()
public void setTaskGroupActionOrder(Long TaskGroupActionOrder)
TaskGroupActionOrder
- Order of actions in the grouppublic String getTaskGroupActionGeneralConfiguration()
public void setTaskGroupActionGeneralConfiguration(String TaskGroupActionGeneralConfiguration)
TaskGroupActionGeneralConfiguration
- General configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.public String getTaskGroupActionCustomConfiguration()
public void setTaskGroupActionCustomConfiguration(String TaskGroupActionCustomConfiguration)
TaskGroupActionCustomConfiguration
- Custom configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskGroupActionStatus()
public void setTaskGroupActionStatus(Long TaskGroupActionStatus)
TaskGroupActionStatus
- Status of actions in the grouppublic String getTaskGroupActionCreateTime()
public void setTaskGroupActionCreateTime(String TaskGroupActionCreateTime)
TaskGroupActionCreateTime
- Action group creation timepublic String getTaskGroupActionUpdateTime()
public void setTaskGroupActionUpdateTime(String TaskGroupActionUpdateTime)
TaskGroupActionUpdateTime
- Action group update timepublic String getActionTitle()
public void setActionTitle(String ActionTitle)
ActionTitle
- Action namepublic Long getTaskGroupActionStatusType()
public void setTaskGroupActionStatusType(Long TaskGroupActionStatusType)
TaskGroupActionStatusType
- Status. 0: no status; 1: successful; 2; failed; 3: terminated; 4: skipped.public Long getTaskGroupActionRandomId()
public void setTaskGroupActionRandomId(Long TaskGroupActionRandomId)
TaskGroupActionRandomId
- RandomId
Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskGroupActionRecoverId()
public void setTaskGroupActionRecoverId(Long TaskGroupActionRecoverId)
TaskGroupActionRecoverId
- RecoverId
Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskGroupActionExecuteId()
public void setTaskGroupActionExecuteId(Long TaskGroupActionExecuteId)
TaskGroupActionExecuteId
- ExecuteId
Note: This field may return null, indicating that no valid values can be obtained.public Long getActionApiType()
public void setActionApiType(Long ActionApiType)
ActionApiType
- Called API type. 0: tat; 1: cloud API.
Note: This field may return null, indicating that no valid values can be obtained.public Long getActionAttribute()
public void setActionAttribute(Long ActionAttribute)
ActionAttribute
- 1: fault; 2: recovery.
Note: This field may return null, indicating that no valid values can be obtained.public String getActionType()
public void setActionType(String ActionType)
ActionType
- Action type: platform and custom
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsExecuteRedo()
public void setIsExecuteRedo(Boolean IsExecuteRedo)
IsExecuteRedo
- Whether retry is allowed
Note: This field may return null, indicating that no valid values can be obtained.public String getActionRisk()
public void setActionRisk(String ActionRisk)
ActionRisk
- Action risk level
Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskGroupActionExecuteTime()
public void setTaskGroupActionExecuteTime(Long TaskGroupActionExecuteTime)
TaskGroupActionExecuteTime
- Action running time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.