| Modifier and Type | Field and Description |
|---|---|
private Long |
collectionCount |
private Long |
collectionMillis |
private Date |
timestamp |
| Constructor and Description |
|---|
GCDiagnosticsSnapshotDTO() |
| Modifier and Type | Method and Description |
|---|---|
GCDiagnosticsSnapshotDTO |
clone() |
Long |
getCollectionCount() |
Long |
getCollectionMillis() |
Date |
getTimestamp() |
void |
setCollectionCount(Long collectionCount) |
void |
setCollectionMillis(Long collectionMillis) |
void |
setTimestamp(Date timestamp) |
private Date timestamp
private Long collectionCount
private Long collectionMillis
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public Long getCollectionCount()
public void setCollectionCount(Long collectionCount)
public Long getCollectionMillis()
public void setCollectionMillis(Long collectionMillis)
public GCDiagnosticsSnapshotDTO clone()
Copyright © 2023 Apache NiFi Project. All rights reserved.