Class ReplayLastEventResponseEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ReplayLastEventResponseEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ReplayLastEventResponseEntity
extends Object
ReplayLastEventResponseEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Which nodes were requested to replay their last provenance event. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ReplayLastEventSnapshotDTO
private String
private List
<NodeReplayLastEventSnapshotDTO> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodeSnapshotsItem
(NodeReplayLastEventSnapshotDTO nodeSnapshotsItem) aggregateSnapshot
(ReplayLastEventSnapshotDTO aggregateSnapshot) componentId
(String componentId) boolean
Get aggregateSnapshotThe UUID of the component whose last event should be replayed.getNodes()
Which nodes were requested to replay their last provenance event.The node-wise resultsint
hashCode()
nodeSnapshots
(List<NodeReplayLastEventSnapshotDTO> nodeSnapshots) void
setAggregateSnapshot
(ReplayLastEventSnapshotDTO aggregateSnapshot) void
setComponentId
(String componentId) void
void
setNodeSnapshots
(List<NodeReplayLastEventSnapshotDTO> nodeSnapshots) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
componentId
-
nodes
-
aggregateSnapshot
-
nodeSnapshots
-
-
Constructor Details
-
ReplayLastEventResponseEntity
public ReplayLastEventResponseEntity()
-
-
Method Details
-
componentId
-
getComponentId
The UUID of the component whose last event should be replayed.- Returns:
- componentId
-
setComponentId
-
nodes
-
getNodes
Which nodes were requested to replay their last provenance event.- Returns:
- nodes
-
setNodes
-
aggregateSnapshot
public ReplayLastEventResponseEntity aggregateSnapshot(ReplayLastEventSnapshotDTO aggregateSnapshot) -
getAggregateSnapshot
Get aggregateSnapshot- Returns:
- aggregateSnapshot
-
setAggregateSnapshot
-
nodeSnapshots
public ReplayLastEventResponseEntity nodeSnapshots(List<NodeReplayLastEventSnapshotDTO> nodeSnapshots) -
addNodeSnapshotsItem
public ReplayLastEventResponseEntity addNodeSnapshotsItem(NodeReplayLastEventSnapshotDTO nodeSnapshotsItem) -
getNodeSnapshots
The node-wise results- Returns:
- nodeSnapshots
-
setNodeSnapshots
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-