public class StatusSnapshotDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Long> |
statusMetrics |
private Date |
timestamp |
| Constructor and Description |
|---|
StatusSnapshotDTO() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Long> |
getStatusMetrics() |
Date |
getTimestamp() |
void |
setStatusMetrics(Map<String,Long> statusMetrics) |
void |
setTimestamp(Date timestamp) |
Copyright © 2023 Apache NiFi Project. All rights reserved.