public class ReplayLastEventSnapshotDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
eventAvailable |
private Collection<Long> |
eventsReplayed |
private String |
failureExplanation |
| Constructor and Description |
|---|
ReplayLastEventSnapshotDTO() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEventAvailable() |
Collection<Long> |
getEventsReplayed() |
String |
getFailureExplanation() |
void |
setEventAvailable(Boolean eventAvailable) |
void |
setEventsReplayed(Collection<Long> eventsReplayed) |
void |
setFailureExplanation(String failureExplanation) |
private Collection<Long> eventsReplayed
private String failureExplanation
private Boolean eventAvailable
public Collection<Long> getEventsReplayed()
public void setEventsReplayed(Collection<Long> eventsReplayed)
public String getFailureExplanation()
public void setFailureExplanation(String failureExplanation)
public Boolean getEventAvailable()
public void setEventAvailable(Boolean eventAvailable)
Copyright © 2023 Apache NiFi Project. All rights reserved.