Class ReplayLastEventSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ReplayLastEventSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ReplayLastEventSnapshotDTO
extends Object
ReplayLastEventSnapshotDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEventsReplayedItem
(Long eventsReplayedItem) boolean
eventAvailable
(Boolean eventAvailable) eventsReplayed
(List<Long> eventsReplayed) failureExplanation
(String failureExplanation) The IDs of the events that were successfully replayedIf unable to replay an event, specifies why the event could not be replayedint
hashCode()
Whether or not an event was available.void
setEventAvailable
(Boolean eventAvailable) void
setEventsReplayed
(List<Long> eventsReplayed) void
setFailureExplanation
(String failureExplanation) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
eventsReplayed
-
failureExplanation
-
eventAvailable
-
-
Constructor Details
-
ReplayLastEventSnapshotDTO
public ReplayLastEventSnapshotDTO()
-
-
Method Details
-
eventsReplayed
-
addEventsReplayedItem
-
getEventsReplayed
The IDs of the events that were successfully replayed- Returns:
- eventsReplayed
-
setEventsReplayed
-
failureExplanation
-
getFailureExplanation
If unable to replay an event, specifies why the event could not be replayed- Returns:
- failureExplanation
-
setFailureExplanation
-
eventAvailable
-
isEventAvailable
Whether or not an event was available. This may not be populated if there was a failure.- Returns:
- eventAvailable
-
setEventAvailable
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-