public class Action extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
private Map<String,String> |
attributes |
private String |
type |
| Constructor and Description |
|---|
Action() |
Action(String type,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Action |
clone() |
Map<String,String> |
getAttributes() |
String |
getType() |
void |
setAttributes(Map<String,String> attributes) |
void |
setType(String type) |
Copyright © 2023 Apache NiFi Project. All rights reserved.