| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.status | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private PortStatusDTO |
NodePortStatusDTO.portStatus |
| Modifier and Type | Method and Description |
|---|---|
PortStatusDTO |
NodePortStatusDTO.getPortStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodePortStatusDTO.setPortStatus(PortStatusDTO portStatus) |
| Modifier and Type | Field and Description |
|---|---|
private PortStatusDTO |
PortStatusEntity.portStatus |
private PortStatusDTO |
PortEntity.status |
| Modifier and Type | Method and Description |
|---|---|
PortStatusDTO |
PortStatusEntity.getPortStatus()
The PortStatusDTO that is being serialized.
|
PortStatusDTO |
PortEntity.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortStatusEntity.setPortStatus(PortStatusDTO portStatus) |
void |
PortEntity.setStatus(PortStatusDTO status) |
Copyright © 2023 Apache NiFi Project. All rights reserved.