public class InputPortsEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<PortEntity> |
inputPorts |
| Constructor and Description |
|---|
InputPortsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<PortEntity> |
getInputPorts() |
void |
setInputPorts(Set<PortEntity> inputPorts) |
private Set<PortEntity> inputPorts
public Set<PortEntity> getInputPorts()
public void setInputPorts(Set<PortEntity> inputPorts)
Copyright © 2023 Apache NiFi Project. All rights reserved.