public class OutputPortsEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<PortEntity> |
outputPorts |
| Constructor and Description |
|---|
OutputPortsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<PortEntity> |
getOutputPorts() |
void |
setOutputPorts(Set<PortEntity> outputPorts) |
private Set<PortEntity> outputPorts
public Set<PortEntity> getOutputPorts()
public void setOutputPorts(Set<PortEntity> outputPorts)
Copyright © 2023 Apache NiFi Project. All rights reserved.