public class SystemDiagnosticsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private SystemDiagnosticsSnapshotDTO |
aggregateSnapshot |
private List<NodeSystemDiagnosticsSnapshotDTO> |
nodeSnapshots |
| Constructor and Description |
|---|
SystemDiagnosticsDTO() |
| Modifier and Type | Method and Description |
|---|---|
SystemDiagnosticsSnapshotDTO |
getAggregateSnapshot() |
List<NodeSystemDiagnosticsSnapshotDTO> |
getNodeSnapshots() |
void |
setAggregateSnapshot(SystemDiagnosticsSnapshotDTO aggregateSnapshot) |
void |
setNodeSnapshots(List<NodeSystemDiagnosticsSnapshotDTO> nodeSnapshots) |
private SystemDiagnosticsSnapshotDTO aggregateSnapshot
private List<NodeSystemDiagnosticsSnapshotDTO> nodeSnapshots
public SystemDiagnosticsSnapshotDTO getAggregateSnapshot()
public void setAggregateSnapshot(SystemDiagnosticsSnapshotDTO aggregateSnapshot)
public List<NodeSystemDiagnosticsSnapshotDTO> getNodeSnapshots()
public void setNodeSnapshots(List<NodeSystemDiagnosticsSnapshotDTO> nodeSnapshots)
Copyright © 2023 Apache NiFi Project. All rights reserved.