public class Rule extends Object
| Modifier and Type | Field and Description |
|---|---|
private Set<Action> |
actions |
private Set<Condition> |
conditions |
private String |
id |
private String |
name |
| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
Set<Action> |
getActions() |
Set<Condition> |
getConditions() |
String |
getId() |
String |
getName() |
void |
setActions(Set<Action> actions) |
void |
setConditions(Set<Condition> conditions) |
void |
setId(String id) |
void |
setName(String name) |
Copyright © 2016 Apache NiFi Project. All rights reserved.