Class ProvenanceNodeDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProvenanceNodeDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProvenanceNodeDTO
extends Object
ProvenanceNodeDTO
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildUuidsItem
(String childUuidsItem) addParentUuidsItem
(String parentUuidsItem) childUuids
(List<String> childUuids) clusterNodeIdentifier
(String clusterNodeIdentifier) boolean
flowFileUuid
(String flowFileUuid) The uuid of the childrent flowfiles of the provenance event.The identifier of the node that this event/flowfile originated from.If the type is EVENT, this is the type of event.The uuid of the flowfile associated with the provenance event.getId()
The id of the node.The timestamp of the node in milliseconds.The uuid of the parent flowfiles of the provenance event.The timestamp of the node formatted.getType()
The type of the node.int
hashCode()
parentUuids
(List<String> parentUuids) void
setChildUuids
(List<String> childUuids) void
setClusterNodeIdentifier
(String clusterNodeIdentifier) void
setEventType
(String eventType) void
setFlowFileUuid
(String flowFileUuid) void
void
void
setParentUuids
(List<String> parentUuids) void
setTimestamp
(String timestamp) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
flowFileUuid
-
parentUuids
-
childUuids
-
clusterNodeIdentifier
-
type
-
eventType
-
millis
-
timestamp
-
-
Constructor Details
-
ProvenanceNodeDTO
public ProvenanceNodeDTO()
-
-
Method Details
-
id
-
getId
The id of the node.- Returns:
- id
-
setId
-
flowFileUuid
-
getFlowFileUuid
The uuid of the flowfile associated with the provenance event.- Returns:
- flowFileUuid
-
setFlowFileUuid
-
parentUuids
-
addParentUuidsItem
-
getParentUuids
The uuid of the parent flowfiles of the provenance event.- Returns:
- parentUuids
-
setParentUuids
-
childUuids
-
addChildUuidsItem
-
getChildUuids
The uuid of the childrent flowfiles of the provenance event.- Returns:
- childUuids
-
setChildUuids
-
clusterNodeIdentifier
-
getClusterNodeIdentifier
The identifier of the node that this event/flowfile originated from.- Returns:
- clusterNodeIdentifier
-
setClusterNodeIdentifier
-
type
-
getType
The type of the node.- Returns:
- type
-
setType
-
eventType
-
getEventType
If the type is EVENT, this is the type of event.- Returns:
- eventType
-
setEventType
-
millis
-
getMillis
The timestamp of the node in milliseconds.- Returns:
- millis
-
setMillis
-
timestamp
-
getTimestamp
The timestamp of the node formatted.- Returns:
- timestamp
-
setTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-