public class TaskGroupConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskGroupConfig() |
TaskGroupConfig(TaskGroupConfig 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 |
---|---|
TaskGroupActionConfig[] |
getTaskGroupActionsConfig()
Get Action parameters in the action group.
|
String |
getTaskGroupDescription()
Get Action group description.
|
String[] |
getTaskGroupInstances()
Get Instance object associated with the action group
|
Long |
getTaskGroupMode()
Get Action group execution mode.
|
String |
getTaskGroupTitle()
Get Action group name.
|
void |
setTaskGroupActionsConfig(TaskGroupActionConfig[] TaskGroupActionsConfig)
Set Action parameters in the action group.
|
void |
setTaskGroupDescription(String TaskGroupDescription)
Set Action group description.
|
void |
setTaskGroupInstances(String[] TaskGroupInstances)
Set Instance object associated with the action group
|
void |
setTaskGroupMode(Long TaskGroupMode)
Set Action group execution mode.
|
void |
setTaskGroupTitle(String TaskGroupTitle)
Set Action group name.
|
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 TaskGroupConfig()
public TaskGroupConfig(TaskGroupConfig source)
public String[] getTaskGroupInstances()
public void setTaskGroupInstances(String[] TaskGroupInstances)
TaskGroupInstances
- Instance object associated with the action grouppublic String getTaskGroupTitle()
public void setTaskGroupTitle(String TaskGroupTitle)
TaskGroupTitle
- Action group name. If this parameter is left blank, the action group name in the template is used by default.public String getTaskGroupDescription()
public void setTaskGroupDescription(String TaskGroupDescription)
TaskGroupDescription
- Action group description. If this parameter is left blank, the action group description in the template is used by default.public Long getTaskGroupMode()
public void setTaskGroupMode(Long TaskGroupMode)
TaskGroupMode
- Action group execution mode. 1: sequential execution; 2: execution by stage. If this parameter is left blank, the action execution mode in the template is used by default.public TaskGroupActionConfig[] getTaskGroupActionsConfig()
public void setTaskGroupActionsConfig(TaskGroupActionConfig[] TaskGroupActionsConfig)
TaskGroupActionsConfig
- Action parameters in the action group. If this field is left blank, the action parameters in the template is used by default. You only need to specify the action whose parameters are to be modified during configuration.Copyright © 2024. All rights reserved.