public class ControllerServiceDiagnosticsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private ClassLoaderDiagnosticsDTO |
classLoaderDiagnostics |
private ControllerServiceEntity |
controllerService |
| Constructor and Description |
|---|
ControllerServiceDiagnosticsDTO() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderDiagnosticsDTO |
getClassLoaderDiagnostics() |
ControllerServiceEntity |
getControllerService() |
void |
setClassLoaderDiagnostics(ClassLoaderDiagnosticsDTO classLoaderDiagnostics) |
void |
setControllerService(ControllerServiceEntity controllerService) |
private ControllerServiceEntity controllerService
private ClassLoaderDiagnosticsDTO classLoaderDiagnostics
public void setControllerService(ControllerServiceEntity controllerService)
public ControllerServiceEntity getControllerService()
public void setClassLoaderDiagnostics(ClassLoaderDiagnosticsDTO classLoaderDiagnostics)
public ClassLoaderDiagnosticsDTO getClassLoaderDiagnostics()
Copyright © 2023 Apache NiFi Project. All rights reserved.