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