Class ReplayLastEventRequestEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ReplayLastEventRequestEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ReplayLastEventRequestEntity
extends Object
ReplayLastEventRequestEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Which nodes are to replay their last provenance event. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponentId
(String componentId) boolean
The UUID of the component whose last event should be replayed.getNodes()
Which nodes are to replay their last provenance event.int
hashCode()
void
setComponentId
(String componentId) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
componentId
-
nodes
-
-
Constructor Details
-
ReplayLastEventRequestEntity
public ReplayLastEventRequestEntity()
-
-
Method Details
-
componentId
-
getComponentId
The UUID of the component whose last event should be replayed.- Returns:
- componentId
-
setComponentId
-
nodes
-
getNodes
Which nodes are to replay their last provenance event.- Returns:
- nodes
-
setNodes
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-