| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.flow | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<LabelEntity> |
FlowDTO.labels |
| Modifier and Type | Method and Description |
|---|---|
Set<LabelEntity> |
FlowDTO.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDTO.setLabels(Set<LabelEntity> labels) |
| Modifier and Type | Field and Description |
|---|---|
private Set<LabelEntity> |
LabelsEntity.labels |
| Modifier and Type | Method and Description |
|---|---|
Set<LabelEntity> |
LabelsEntity.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelsEntity.setLabels(Set<LabelEntity> labels) |
Copyright © 2023 Apache NiFi Project. All rights reserved.