public class ReplayLastEventResponseEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private ReplayLastEventSnapshotDTO |
aggregateSnapshot |
private String |
componentId |
private String |
nodes |
private List<NodeReplayLastEventSnapshotDTO> |
nodeSnapshots |
| Constructor and Description |
|---|
ReplayLastEventResponseEntity() |
| Modifier and Type | Method and Description |
|---|---|
ReplayLastEventSnapshotDTO |
getAggregateSnapshot() |
String |
getComponentId() |
String |
getNodes() |
List<NodeReplayLastEventSnapshotDTO> |
getNodeSnapshots() |
void |
setAggregateSnapshot(ReplayLastEventSnapshotDTO aggregateSnapshot) |
void |
setComponentId(String componentId) |
void |
setNodes(String nodes) |
void |
setNodeSnapshots(List<NodeReplayLastEventSnapshotDTO> nodeSnapshots) |
private String componentId
private String nodes
private ReplayLastEventSnapshotDTO aggregateSnapshot
private List<NodeReplayLastEventSnapshotDTO> nodeSnapshots
public String getComponentId()
public void setComponentId(String componentId)
public String getNodes()
public void setNodes(String nodes)
public ReplayLastEventSnapshotDTO getAggregateSnapshot()
public void setAggregateSnapshot(ReplayLastEventSnapshotDTO aggregateSnapshot)
public List<NodeReplayLastEventSnapshotDTO> getNodeSnapshots()
public void setNodeSnapshots(List<NodeReplayLastEventSnapshotDTO> nodeSnapshots)
Copyright © 2023 Apache NiFi Project. All rights reserved.