public class Attribute extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private String |
name |
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
void |
setDescription(String description) |
void |
setName(String name) |
Copyright © 2023 Apache NiFi Project. All rights reserved.