public class FunnelsEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<FunnelEntity> |
funnels |
| Constructor and Description |
|---|
FunnelsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<FunnelEntity> |
getFunnels() |
void |
setFunnels(Set<FunnelEntity> labels) |
private Set<FunnelEntity> funnels
public Set<FunnelEntity> getFunnels()
public void setFunnels(Set<FunnelEntity> labels)
Copyright © 2023 Apache NiFi Project. All rights reserved.