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