public class ControllerServiceTypesEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<DocumentedTypeDTO> |
controllerServiceTypes |
| Constructor and Description |
|---|
ControllerServiceTypesEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<DocumentedTypeDTO> |
getControllerServiceTypes() |
void |
setControllerServiceTypes(Set<DocumentedTypeDTO> controllerServiceTypes) |
private Set<DocumentedTypeDTO> controllerServiceTypes
public Set<DocumentedTypeDTO> getControllerServiceTypes()
public void setControllerServiceTypes(Set<DocumentedTypeDTO> controllerServiceTypes)
Copyright © 2023 Apache NiFi Project. All rights reserved.