public class ControllerServicesEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<ControllerServiceEntity> |
controllerServices |
private Date |
currentTime |
| Constructor and Description |
|---|
ControllerServicesEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<ControllerServiceEntity> |
getControllerServices() |
Date |
getCurrentTime() |
void |
setControllerServices(Set<ControllerServiceEntity> controllerServices) |
void |
setCurrentTime(Date currentTime) |
private Date currentTime
private Set<ControllerServiceEntity> controllerServices
public Set<ControllerServiceEntity> getControllerServices()
public void setControllerServices(Set<ControllerServiceEntity> controllerServices)
public Date getCurrentTime()
public void setCurrentTime(Date currentTime)
Copyright © 2023 Apache NiFi Project. All rights reserved.