Class FlowFileSummaryDTO

java.lang.Object
org.apache.nifi.api.toolkit.model.FlowFileSummaryDTO

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class FlowFileSummaryDTO extends Object
FlowFileSummaryDTO
  • Field Details

    • uri

      private String uri
    • uuid

      private String uuid
    • filename

      private String filename
    • position

      private Integer position
    • size

      private Long size
    • queuedDuration

      private Long queuedDuration
    • lineageDuration

      private Long lineageDuration
    • penaltyExpiresIn

      private Long penaltyExpiresIn
    • clusterNodeId

      private String clusterNodeId
    • clusterNodeAddress

      private String clusterNodeAddress
    • penalized

      private Boolean penalized
  • Constructor Details

    • FlowFileSummaryDTO

      public FlowFileSummaryDTO()
  • Method Details

    • uri

      public FlowFileSummaryDTO uri(String uri)
    • getUri

      public String getUri()
      The URI that can be used to access this FlowFile.
      Returns:
      uri
    • setUri

      public void setUri(String uri)
    • uuid

      public FlowFileSummaryDTO uuid(String uuid)
    • getUuid

      public String getUuid()
      The FlowFile UUID.
      Returns:
      uuid
    • setUuid

      public void setUuid(String uuid)
    • filename

      public FlowFileSummaryDTO filename(String filename)
    • getFilename

      public String getFilename()
      The FlowFile filename.
      Returns:
      filename
    • setFilename

      public void setFilename(String filename)
    • position

      public FlowFileSummaryDTO position(Integer position)
    • getPosition

      public Integer getPosition()
      The FlowFile's position in the queue.
      Returns:
      position
    • setPosition

      public void setPosition(Integer position)
    • size

      public FlowFileSummaryDTO size(Long size)
    • getSize

      public Long getSize()
      The FlowFile file size.
      Returns:
      size
    • setSize

      public void setSize(Long size)
    • queuedDuration

      public FlowFileSummaryDTO queuedDuration(Long queuedDuration)
    • getQueuedDuration

      public Long getQueuedDuration()
      How long this FlowFile has been enqueued.
      Returns:
      queuedDuration
    • setQueuedDuration

      public void setQueuedDuration(Long queuedDuration)
    • lineageDuration

      public FlowFileSummaryDTO lineageDuration(Long lineageDuration)
    • getLineageDuration

      public Long getLineageDuration()
      Duration since the FlowFile's greatest ancestor entered the flow.
      Returns:
      lineageDuration
    • setLineageDuration

      public void setLineageDuration(Long lineageDuration)
    • penaltyExpiresIn

      public FlowFileSummaryDTO penaltyExpiresIn(Long penaltyExpiresIn)
    • getPenaltyExpiresIn

      public Long getPenaltyExpiresIn()
      How long in milliseconds until the FlowFile penalty expires.
      Returns:
      penaltyExpiresIn
    • setPenaltyExpiresIn

      public void setPenaltyExpiresIn(Long penaltyExpiresIn)
    • clusterNodeId

      public FlowFileSummaryDTO clusterNodeId(String clusterNodeId)
    • getClusterNodeId

      public String getClusterNodeId()
      The id of the node where this FlowFile resides.
      Returns:
      clusterNodeId
    • setClusterNodeId

      public void setClusterNodeId(String clusterNodeId)
    • clusterNodeAddress

      public FlowFileSummaryDTO clusterNodeAddress(String clusterNodeAddress)
    • getClusterNodeAddress

      public String getClusterNodeAddress()
      The label for the node where this FlowFile resides.
      Returns:
      clusterNodeAddress
    • setClusterNodeAddress

      public void setClusterNodeAddress(String clusterNodeAddress)
    • penalized

      public FlowFileSummaryDTO penalized(Boolean penalized)
    • isPenalized

      public Boolean isPenalized()
      If the FlowFile is penalized.
      Returns:
      penalized
    • setPenalized

      public void setPenalized(Boolean penalized)
    • 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).