public class ReportingTaskTypesEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<DocumentedTypeDTO> |
reportingTaskTypes |
| Constructor and Description |
|---|
ReportingTaskTypesEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<DocumentedTypeDTO> |
getReportingTaskTypes() |
void |
setReportingTaskTypes(Set<DocumentedTypeDTO> reportingTaskTypes) |
private Set<DocumentedTypeDTO> reportingTaskTypes
public Set<DocumentedTypeDTO> getReportingTaskTypes()
public void setReportingTaskTypes(Set<DocumentedTypeDTO> reportingTaskTypes)
Copyright © 2023 Apache NiFi Project. All rights reserved.