public class LabelsEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<LabelEntity> |
labels |
| Constructor and Description |
|---|
LabelsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<LabelEntity> |
getLabels() |
void |
setLabels(Set<LabelEntity> labels) |
private Set<LabelEntity> labels
public Set<LabelEntity> getLabels()
public void setLabels(Set<LabelEntity> labels)
Copyright © 2023 Apache NiFi Project. All rights reserved.