public class Condition extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
expression |
private String |
id |
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getId() |
void |
setExpression(String expression) |
void |
setId(String id) |
Copyright © 2016 Apache NiFi Project. All rights reserved.