Class ProvenanceLinkDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProvenanceLinkDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProvenanceLinkDTO
extends Object
ProvenanceLinkDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
flowFileUuid
(String flowFileUuid) The flowfile uuid that traversed the link.The timestamp of this link in milliseconds.The source node id of the link.The target node id of the link.The timestamp of the link (based on the destination).int
hashCode()
void
setFlowFileUuid
(String flowFileUuid) void
void
setSourceId
(String sourceId) void
setTargetId
(String targetId) void
setTimestamp
(String timestamp) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
sourceId
-
targetId
-
flowFileUuid
-
timestamp
-
millis
-
-
Constructor Details
-
ProvenanceLinkDTO
public ProvenanceLinkDTO()
-
-
Method Details
-
sourceId
-
getSourceId
The source node id of the link.- Returns:
- sourceId
-
setSourceId
-
targetId
-
getTargetId
The target node id of the link.- Returns:
- targetId
-
setTargetId
-
flowFileUuid
-
getFlowFileUuid
The flowfile uuid that traversed the link.- Returns:
- flowFileUuid
-
setFlowFileUuid
-
timestamp
-
getTimestamp
The timestamp of the link (based on the destination).- Returns:
- timestamp
-
setTimestamp
-
millis
-
getMillis
The timestamp of this link in milliseconds.- Returns:
- millis
-
setMillis
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-