public class ControllerStatusEntity extends Entity
Modifier and Type | Field and Description |
---|---|
private ControllerStatusDTO |
controllerStatus |
Constructor and Description |
---|
ControllerStatusEntity() |
Modifier and Type | Method and Description |
---|---|
ControllerStatusDTO |
getControllerStatus()
The ControllerStatusDTO that is being serialized.
|
void |
setControllerStatus(ControllerStatusDTO controllerStatus) |
private ControllerStatusDTO controllerStatus
public ControllerStatusDTO getControllerStatus()
public void setControllerStatus(ControllerStatusDTO controllerStatus)
Copyright © 2020 Apache NiFi Project. All rights reserved.