@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class WorkflowRuleConfiguration extends Object
| Constructor and Description |
|---|
WorkflowRuleConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The ID of the rule.
|
Map<String,String> |
getParameters()
The parameters related to the rule.
|
String |
getRuleKey()
The rule key of the rule.
|
int |
hashCode() |
WorkflowRuleConfiguration |
id(String id) |
WorkflowRuleConfiguration |
parameters(Map<String,String> parameters) |
WorkflowRuleConfiguration |
putParametersItem(String key,
String parametersItem) |
WorkflowRuleConfiguration |
ruleKey(String ruleKey) |
void |
setId(String id) |
void |
setParameters(Map<String,String> parameters) |
void |
setRuleKey(String ruleKey) |
String |
toString() |
public WorkflowRuleConfiguration id(String id)
public String getId()
public void setId(String id)
public WorkflowRuleConfiguration parameters(Map<String,String> parameters)
public WorkflowRuleConfiguration putParametersItem(String key, String parametersItem)
public Map<String,String> getParameters()
public WorkflowRuleConfiguration ruleKey(String ruleKey)
public String getRuleKey()
public void setRuleKey(String ruleKey)
Copyright © 2011–2023 Everit Kft.. All rights reserved.