public class Action extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
attribute |
private String |
id |
private String |
value |
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
String |
getId() |
String |
getValue() |
void |
setAttribute(String attribute) |
void |
setId(String id) |
void |
setValue(String value) |
Copyright © 2016 Apache NiFi Project. All rights reserved.