public class TaskGroupActionConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskGroupActionConfig() |
TaskGroupActionConfig(TaskGroupActionConfig 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 |
getTaskGroupActionCustomConfiguration()
Get Custom action parameters, which need to be passed in after JSON serialization.
|
String |
getTaskGroupActionGeneralConfiguration()
Get General action parameters, which need to be passed in after JSON serialization.
|
Long |
getTaskGroupActionOrder()
Get Order of this action in the action group.
|
void |
setTaskGroupActionCustomConfiguration(String TaskGroupActionCustomConfiguration)
Set Custom action parameters, which need to be passed in after JSON serialization.
|
void |
setTaskGroupActionGeneralConfiguration(String TaskGroupActionGeneralConfiguration)
Set General action parameters, which need to be passed in after JSON serialization.
|
void |
setTaskGroupActionOrder(Long TaskGroupActionOrder)
Set Order of this action in the action 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 TaskGroupActionConfig()
public TaskGroupActionConfig(TaskGroupActionConfig source)
public Long getTaskGroupActionOrder()
public void setTaskGroupActionOrder(Long TaskGroupActionOrder)
TaskGroupActionOrder
- Order of this action in the action group. The entire order starts from 1. If this parameter is left blank or set to an invalid value, the action whose parameters need to be modified in the template cannot be matched.public String getTaskGroupActionGeneralConfiguration()
public void setTaskGroupActionGeneralConfiguration(String TaskGroupActionGeneralConfiguration)
TaskGroupActionGeneralConfiguration
- General action parameters, which need to be passed in after JSON serialization. The parameters can be obtained by using the template details query API. If this field is left blank, action parameters in the template are used by default.public String getTaskGroupActionCustomConfiguration()
public void setTaskGroupActionCustomConfiguration(String TaskGroupActionCustomConfiguration)
TaskGroupActionCustomConfiguration
- Custom action parameters, which need to be passed in after JSON serialization. The parameters can be obtained by using the template details query API. If this field is left blank, action parameters in the template are used by default.Copyright © 2024. All rights reserved.