public class ActionJson extends Object
| Modifier and Type | Field and Description |
|---|---|
List<ConditionJson> |
actionConditions |
String |
description |
MergeMode |
mergeMode |
String |
name |
Integer |
order |
LinkedHashMap<String,Object> |
settings |
Long |
typeId |
String |
typeName |
| Constructor and Description |
|---|
ActionJson(String name,
String description,
Integer order,
LinkedHashMap<String,Object> settings,
List<ConditionJson> actionConditions,
String typeName,
Long typeId,
MergeMode mergeMode) |
| Modifier and Type | Method and Description |
|---|---|
com.github.cafdataprocessing.processing.service.client.model.Action |
toApiAction(Map<String,Long> typeNamesToIds) |
public String name
public String description
public Integer order
public LinkedHashMap<String,Object> settings
public List<ConditionJson> actionConditions
public MergeMode mergeMode
public String typeName
public Long typeId
Copyright © 2015–2017 EntIT Software LLC, a Micro Focus company. All rights reserved.