public class Stateful extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private Set<Scope> |
scopes |
| Constructor and Description |
|---|
Stateful() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Set<Scope> |
getScopes() |
void |
setDescription(String description) |
void |
setScopes(Set<Scope> scopes) |
Copyright © 2023 Apache NiFi Project. All rights reserved.