public class TaskGroupActionConfig extends AbstractModel
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 动作自定义参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数
|
String |
getTaskGroupActionGeneralConfiguration()
Get 动作通用参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数
|
Long |
getTaskGroupActionOrder()
Get 该动作在动作组中的顺序,从1开始,不填或填错将匹配不到经验中要修改参数的动作
|
void |
setTaskGroupActionCustomConfiguration(String TaskGroupActionCustomConfiguration)
Set 动作自定义参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数
|
void |
setTaskGroupActionGeneralConfiguration(String TaskGroupActionGeneralConfiguration)
Set 动作通用参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数
|
void |
setTaskGroupActionOrder(Long TaskGroupActionOrder)
Set 该动作在动作组中的顺序,从1开始,不填或填错将匹配不到经验中要修改参数的动作
|
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 TaskGroupActionConfig()
public TaskGroupActionConfig(TaskGroupActionConfig source)
public Long getTaskGroupActionOrder()
public void setTaskGroupActionOrder(Long TaskGroupActionOrder)
TaskGroupActionOrder
- 该动作在动作组中的顺序,从1开始,不填或填错将匹配不到经验中要修改参数的动作public String getTaskGroupActionGeneralConfiguration()
public void setTaskGroupActionGeneralConfiguration(String TaskGroupActionGeneralConfiguration)
TaskGroupActionGeneralConfiguration
- 动作通用参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数public String getTaskGroupActionCustomConfiguration()
public void setTaskGroupActionCustomConfiguration(String TaskGroupActionCustomConfiguration)
TaskGroupActionCustomConfiguration
- 动作自定义参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数Copyright © 2022. All rights reserved.