| Modifier and Type | Field and Description |
|---|---|
private List<Action> |
actions |
private String |
condition |
private String |
description |
private List<String> |
facts |
private String |
name |
private Integer |
priority |
| Constructor and Description |
|---|
Rule() |
Rule(String name,
String description,
Integer priority,
String condition,
List<Action> actions,
List<String> facts) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions() |
String |
getCondition() |
String |
getDescription() |
List<String> |
getFacts() |
String |
getName() |
Integer |
getPriority() |
void |
setActions(List<Action> actions) |
void |
setCondition(String condition) |
void |
setDescription(String description) |
void |
setFacts(List<String> facts) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
private String name
private String description
private Integer priority
private String condition
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Integer getPriority()
public void setPriority(Integer priority)
public String getCondition()
public void setCondition(String condition)
Copyright © 2020 Apache NiFi Project. All rights reserved.