| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<FunnelDTO> |
FlowSnippetDTO.funnels |
| Modifier and Type | Method and Description |
|---|---|
Set<FunnelDTO> |
FlowSnippetDTO.getFunnels() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowSnippetDTO.setFunnels(Set<FunnelDTO> funnels) |
| Modifier and Type | Field and Description |
|---|---|
private FunnelDTO |
FunnelEntity.component |
| Modifier and Type | Method and Description |
|---|---|
FunnelDTO |
FunnelEntity.getComponent()
The FunnelDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunnelEntity.setComponent(FunnelDTO component) |
Copyright © 2023 Apache NiFi Project. All rights reserved.