public class FlowSnippetEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private FlowSnippetDTO |
contents |
| Constructor and Description |
|---|
FlowSnippetEntity() |
| Modifier and Type | Method and Description |
|---|---|
FlowSnippetDTO |
getContents()
The SnippetDTO that is being serialized.
|
void |
setContents(FlowSnippetDTO contents) |
private FlowSnippetDTO contents
public FlowSnippetDTO getContents()
public void setContents(FlowSnippetDTO contents)
Copyright © 2023 Apache NiFi Project. All rights reserved.