public class ReportingTasksEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<ReportingTaskEntity> |
reportingTasks |
| Constructor and Description |
|---|
ReportingTasksEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<ReportingTaskEntity> |
getReportingTasks() |
void |
setReportingTasks(Set<ReportingTaskEntity> reportingTasks) |
private Set<ReportingTaskEntity> reportingTasks
public Set<ReportingTaskEntity> getReportingTasks()
public void setReportingTasks(Set<ReportingTaskEntity> reportingTasks)
Copyright © 2023 Apache NiFi Project. All rights reserved.