| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<LabelDTO> |
FlowSnippetDTO.labels |
| Modifier and Type | Method and Description |
|---|---|
Set<LabelDTO> |
FlowSnippetDTO.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowSnippetDTO.setLabels(Set<LabelDTO> labels) |
| Modifier and Type | Field and Description |
|---|---|
private LabelDTO |
LabelEntity.component |
| Modifier and Type | Method and Description |
|---|---|
LabelDTO |
LabelEntity.getComponent()
The LabelDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelEntity.setComponent(LabelDTO component) |
Copyright © 2023 Apache NiFi Project. All rights reserved.