public class ControllerServiceReferencingComponentsEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<ControllerServiceReferencingComponentEntity> |
controllerServiceReferencingComponents |
| Constructor and Description |
|---|
ControllerServiceReferencingComponentsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<ControllerServiceReferencingComponentEntity> |
getControllerServiceReferencingComponents() |
void |
setControllerServiceReferencingComponents(Set<ControllerServiceReferencingComponentEntity> controllerServiceReferencingComponents) |
private Set<ControllerServiceReferencingComponentEntity> controllerServiceReferencingComponents
public ControllerServiceReferencingComponentsEntity()
public Set<ControllerServiceReferencingComponentEntity> getControllerServiceReferencingComponents()
public void setControllerServiceReferencingComponents(Set<ControllerServiceReferencingComponentEntity> controllerServiceReferencingComponents)
Copyright © 2023 Apache NiFi Project. All rights reserved.