public class JVMDiagnosticsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private JVMDiagnosticsSnapshotDTO |
aggregateSnapshot |
private Boolean |
clustered |
private Boolean |
connected |
private List<NodeJVMDiagnosticsSnapshotDTO> |
nodeSnapshots |
| Constructor and Description |
|---|
JVMDiagnosticsDTO() |
| Modifier and Type | Method and Description |
|---|---|
JVMDiagnosticsSnapshotDTO |
getAggregateSnapshot() |
Boolean |
getClustered() |
Boolean |
getConnected() |
List<NodeJVMDiagnosticsSnapshotDTO> |
getNodeSnapshots() |
void |
setAggregateSnapshot(JVMDiagnosticsSnapshotDTO aggregateSnapshot) |
void |
setClustered(Boolean clustered) |
void |
setConnected(Boolean connected) |
void |
setNodeSnapshots(List<NodeJVMDiagnosticsSnapshotDTO> nodeSnapshots) |
private Boolean clustered
private Boolean connected
private JVMDiagnosticsSnapshotDTO aggregateSnapshot
private List<NodeJVMDiagnosticsSnapshotDTO> nodeSnapshots
public Boolean getClustered()
public void setClustered(Boolean clustered)
public Boolean getConnected()
public void setConnected(Boolean connected)
public JVMDiagnosticsSnapshotDTO getAggregateSnapshot()
public void setAggregateSnapshot(JVMDiagnosticsSnapshotDTO aggregateSnapshot)
public List<NodeJVMDiagnosticsSnapshotDTO> getNodeSnapshots()
public void setNodeSnapshots(List<NodeJVMDiagnosticsSnapshotDTO> nodeSnapshots)
Copyright © 2023 Apache NiFi Project. All rights reserved.