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
  • Field Details

  • Constructor Details

    • ProvenanceNodeDTO

      public ProvenanceNodeDTO()
  • Method Details

    • id

      public ProvenanceNodeDTO id(String id)
    • getId

      public String getId()
      The id of the node.
      Returns:
      id
    • setId

      public void setId(String id)
    • flowFileUuid

      public ProvenanceNodeDTO flowFileUuid(String flowFileUuid)
    • getFlowFileUuid

      public String getFlowFileUuid()
      The uuid of the flowfile associated with the provenance event.
      Returns:
      flowFileUuid
    • setFlowFileUuid

      public void setFlowFileUuid(String flowFileUuid)
    • parentUuids

      public ProvenanceNodeDTO parentUuids(List<String> parentUuids)
    • addParentUuidsItem

      public ProvenanceNodeDTO addParentUuidsItem(String parentUuidsItem)
    • getParentUuids

      public List<String> getParentUuids()
      The uuid of the parent flowfiles of the provenance event.
      Returns:
      parentUuids
    • setParentUuids

      public void setParentUuids(List<String> parentUuids)
    • childUuids

      public ProvenanceNodeDTO childUuids(List<String> childUuids)
    • addChildUuidsItem

      public ProvenanceNodeDTO addChildUuidsItem(String childUuidsItem)
    • getChildUuids

      public List<String> getChildUuids()
      The uuid of the childrent flowfiles of the provenance event.
      Returns:
      childUuids
    • setChildUuids

      public void setChildUuids(List<String> childUuids)
    • clusterNodeIdentifier

      public ProvenanceNodeDTO clusterNodeIdentifier(String clusterNodeIdentifier)
    • getClusterNodeIdentifier

      public String getClusterNodeIdentifier()
      The identifier of the node that this event/flowfile originated from.
      Returns:
      clusterNodeIdentifier
    • setClusterNodeIdentifier

      public void setClusterNodeIdentifier(String clusterNodeIdentifier)
    • type

    • getType

      public ProvenanceNodeDTO.TypeEnum getType()
      The type of the node.
      Returns:
      type
    • setType

      public void setType(ProvenanceNodeDTO.TypeEnum type)
    • eventType

      public ProvenanceNodeDTO eventType(String eventType)
    • getEventType

      public String getEventType()
      If the type is EVENT, this is the type of event.
      Returns:
      eventType
    • setEventType

      public void setEventType(String eventType)
    • millis

      public ProvenanceNodeDTO millis(Long millis)
    • getMillis

      public Long getMillis()
      The timestamp of the node in milliseconds.
      Returns:
      millis
    • setMillis

      public void setMillis(Long millis)
    • timestamp

      public ProvenanceNodeDTO timestamp(String timestamp)
    • getTimestamp

      public String getTimestamp()
      The timestamp of the node formatted.
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(String timestamp)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).