public class ControllerEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private ControllerDTO |
controller |
| Constructor and Description |
|---|
ControllerEntity() |
| Modifier and Type | Method and Description |
|---|---|
ControllerDTO |
getController()
The ControllerDTO that is being serialized.
|
void |
setController(ControllerDTO controller) |
private ControllerDTO controller
public ControllerDTO getController()
public void setController(ControllerDTO controller)
Copyright © 2023 Apache NiFi Project. All rights reserved.