public class CountersDTO
extends java.lang.Object
| Constructor and Description |
|---|
CountersDTO() |
| Modifier and Type | Method and Description |
|---|---|
CountersSnapshotDTO |
getAggregateSnapshot() |
java.util.List<NodeCountersSnapshotDTO> |
getNodeSnapshots() |
void |
setAggregateSnapshot(CountersSnapshotDTO aggregateSnapshot) |
void |
setNodeSnapshots(java.util.List<NodeCountersSnapshotDTO> nodeSnapshots) |
public CountersSnapshotDTO getAggregateSnapshot()
public void setAggregateSnapshot(CountersSnapshotDTO aggregateSnapshot)
public java.util.List<NodeCountersSnapshotDTO> getNodeSnapshots()
public void setNodeSnapshots(java.util.List<NodeCountersSnapshotDTO> nodeSnapshots)