Class ProcessGroupStatusSnapshotDTO

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

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

  • Constructor Details

    • ProcessGroupStatusSnapshotDTO

      public ProcessGroupStatusSnapshotDTO()
  • Method Details

    • id

    • getId

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

      public void setId(String id)
    • name

    • getName

      public String getName()
      The name of this process group.
      Returns:
      name
    • setName

      public void setName(String name)
    • connectionStatusSnapshots

      public ProcessGroupStatusSnapshotDTO connectionStatusSnapshots(List<ConnectionStatusSnapshotEntity> connectionStatusSnapshots)
    • addConnectionStatusSnapshotsItem

      public ProcessGroupStatusSnapshotDTO addConnectionStatusSnapshotsItem(ConnectionStatusSnapshotEntity connectionStatusSnapshotsItem)
    • getConnectionStatusSnapshots

      public List<ConnectionStatusSnapshotEntity> getConnectionStatusSnapshots()
      The status of all connections in the process group.
      Returns:
      connectionStatusSnapshots
    • setConnectionStatusSnapshots

      public void setConnectionStatusSnapshots(List<ConnectionStatusSnapshotEntity> connectionStatusSnapshots)
    • processorStatusSnapshots

      public ProcessGroupStatusSnapshotDTO processorStatusSnapshots(List<ProcessorStatusSnapshotEntity> processorStatusSnapshots)
    • addProcessorStatusSnapshotsItem

      public ProcessGroupStatusSnapshotDTO addProcessorStatusSnapshotsItem(ProcessorStatusSnapshotEntity processorStatusSnapshotsItem)
    • getProcessorStatusSnapshots

      public List<ProcessorStatusSnapshotEntity> getProcessorStatusSnapshots()
      The status of all processors in the process group.
      Returns:
      processorStatusSnapshots
    • setProcessorStatusSnapshots

      public void setProcessorStatusSnapshots(List<ProcessorStatusSnapshotEntity> processorStatusSnapshots)
    • processGroupStatusSnapshots

      public ProcessGroupStatusSnapshotDTO processGroupStatusSnapshots(List<ProcessGroupStatusSnapshotEntity> processGroupStatusSnapshots)
    • addProcessGroupStatusSnapshotsItem

      public ProcessGroupStatusSnapshotDTO addProcessGroupStatusSnapshotsItem(ProcessGroupStatusSnapshotEntity processGroupStatusSnapshotsItem)
    • getProcessGroupStatusSnapshots

      public List<ProcessGroupStatusSnapshotEntity> getProcessGroupStatusSnapshots()
      The status of all process groups in the process group.
      Returns:
      processGroupStatusSnapshots
    • setProcessGroupStatusSnapshots

      public void setProcessGroupStatusSnapshots(List<ProcessGroupStatusSnapshotEntity> processGroupStatusSnapshots)
    • remoteProcessGroupStatusSnapshots

      public ProcessGroupStatusSnapshotDTO remoteProcessGroupStatusSnapshots(List<RemoteProcessGroupStatusSnapshotEntity> remoteProcessGroupStatusSnapshots)
    • addRemoteProcessGroupStatusSnapshotsItem

      public ProcessGroupStatusSnapshotDTO addRemoteProcessGroupStatusSnapshotsItem(RemoteProcessGroupStatusSnapshotEntity remoteProcessGroupStatusSnapshotsItem)
    • getRemoteProcessGroupStatusSnapshots

      public List<RemoteProcessGroupStatusSnapshotEntity> getRemoteProcessGroupStatusSnapshots()
      The status of all remote process groups in the process group.
      Returns:
      remoteProcessGroupStatusSnapshots
    • setRemoteProcessGroupStatusSnapshots

      public void setRemoteProcessGroupStatusSnapshots(List<RemoteProcessGroupStatusSnapshotEntity> remoteProcessGroupStatusSnapshots)
    • inputPortStatusSnapshots

      public ProcessGroupStatusSnapshotDTO inputPortStatusSnapshots(List<PortStatusSnapshotEntity> inputPortStatusSnapshots)
    • addInputPortStatusSnapshotsItem

      public ProcessGroupStatusSnapshotDTO addInputPortStatusSnapshotsItem(PortStatusSnapshotEntity inputPortStatusSnapshotsItem)
    • getInputPortStatusSnapshots

      public List<PortStatusSnapshotEntity> getInputPortStatusSnapshots()
      The status of all input ports in the process group.
      Returns:
      inputPortStatusSnapshots
    • setInputPortStatusSnapshots

      public void setInputPortStatusSnapshots(List<PortStatusSnapshotEntity> inputPortStatusSnapshots)
    • outputPortStatusSnapshots

      public ProcessGroupStatusSnapshotDTO outputPortStatusSnapshots(List<PortStatusSnapshotEntity> outputPortStatusSnapshots)
    • addOutputPortStatusSnapshotsItem

      public ProcessGroupStatusSnapshotDTO addOutputPortStatusSnapshotsItem(PortStatusSnapshotEntity outputPortStatusSnapshotsItem)
    • getOutputPortStatusSnapshots

      public List<PortStatusSnapshotEntity> getOutputPortStatusSnapshots()
      The status of all output ports in the process group.
      Returns:
      outputPortStatusSnapshots
    • setOutputPortStatusSnapshots

      public void setOutputPortStatusSnapshots(List<PortStatusSnapshotEntity> outputPortStatusSnapshots)
    • getVersionedFlowState

      The current state of the Process Group, as it relates to the Versioned Flow
      Returns:
      versionedFlowState
    • getStatelessActiveThreadCount

      public Integer getStatelessActiveThreadCount()
      The current number of active threads for the Process Group, when running in Stateless mode.
      Returns:
      statelessActiveThreadCount
    • flowFilesIn

      public ProcessGroupStatusSnapshotDTO flowFilesIn(Integer flowFilesIn)
    • getFlowFilesIn

      public Integer getFlowFilesIn()
      The number of FlowFiles that have come into this ProcessGroup in the last 5 minutes
      Returns:
      flowFilesIn
    • setFlowFilesIn

      public void setFlowFilesIn(Integer flowFilesIn)
    • bytesIn

      public ProcessGroupStatusSnapshotDTO bytesIn(Long bytesIn)
    • getBytesIn

      public Long getBytesIn()
      The number of bytes that have come into this ProcessGroup in the last 5 minutes
      Returns:
      bytesIn
    • setBytesIn

      public void setBytesIn(Long bytesIn)
    • input

      public ProcessGroupStatusSnapshotDTO input(String input)
    • getInput

      public String getInput()
      The input count/size for the process group in the last 5 minutes (pretty printed).
      Returns:
      input
    • setInput

      public void setInput(String input)
    • flowFilesQueued

      public ProcessGroupStatusSnapshotDTO flowFilesQueued(Integer flowFilesQueued)
    • getFlowFilesQueued

      public Integer getFlowFilesQueued()
      The number of FlowFiles that are queued up in this ProcessGroup right now
      Returns:
      flowFilesQueued
    • setFlowFilesQueued

      public void setFlowFilesQueued(Integer flowFilesQueued)
    • bytesQueued

      public ProcessGroupStatusSnapshotDTO bytesQueued(Long bytesQueued)
    • getBytesQueued

      public Long getBytesQueued()
      The number of bytes that are queued up in this ProcessGroup right now
      Returns:
      bytesQueued
    • setBytesQueued

      public void setBytesQueued(Long bytesQueued)
    • queued

      public ProcessGroupStatusSnapshotDTO queued(String queued)
    • getQueued

      public String getQueued()
      The count/size that is queued in the the process group.
      Returns:
      queued
    • setQueued

      public void setQueued(String queued)
    • queuedCount

      public ProcessGroupStatusSnapshotDTO queuedCount(String queuedCount)
    • getQueuedCount

      public String getQueuedCount()
      The count that is queued for the process group.
      Returns:
      queuedCount
    • setQueuedCount

      public void setQueuedCount(String queuedCount)
    • queuedSize

      public ProcessGroupStatusSnapshotDTO queuedSize(String queuedSize)
    • getQueuedSize

      public String getQueuedSize()
      The size that is queued for the process group.
      Returns:
      queuedSize
    • setQueuedSize

      public void setQueuedSize(String queuedSize)
    • bytesRead

      public ProcessGroupStatusSnapshotDTO bytesRead(Long bytesRead)
    • getBytesRead

      public Long getBytesRead()
      The number of bytes read by components in this ProcessGroup in the last 5 minutes
      Returns:
      bytesRead
    • setBytesRead

      public void setBytesRead(Long bytesRead)
    • read

    • getRead

      public String getRead()
      The number of bytes read in the last 5 minutes.
      Returns:
      read
    • setRead

      public void setRead(String read)
    • bytesWritten

      public ProcessGroupStatusSnapshotDTO bytesWritten(Long bytesWritten)
    • getBytesWritten

      public Long getBytesWritten()
      The number of bytes written by components in this ProcessGroup in the last 5 minutes
      Returns:
      bytesWritten
    • setBytesWritten

      public void setBytesWritten(Long bytesWritten)
    • written

      public ProcessGroupStatusSnapshotDTO written(String written)
    • getWritten

      public String getWritten()
      The number of bytes written in the last 5 minutes.
      Returns:
      written
    • setWritten

      public void setWritten(String written)
    • flowFilesOut

      public ProcessGroupStatusSnapshotDTO flowFilesOut(Integer flowFilesOut)
    • getFlowFilesOut

      public Integer getFlowFilesOut()
      The number of FlowFiles transferred out of this ProcessGroup in the last 5 minutes
      Returns:
      flowFilesOut
    • setFlowFilesOut

      public void setFlowFilesOut(Integer flowFilesOut)
    • bytesOut

      public ProcessGroupStatusSnapshotDTO bytesOut(Long bytesOut)
    • getBytesOut

      public Long getBytesOut()
      The number of bytes transferred out of this ProcessGroup in the last 5 minutes
      Returns:
      bytesOut
    • setBytesOut

      public void setBytesOut(Long bytesOut)
    • output

      public ProcessGroupStatusSnapshotDTO output(String output)
    • getOutput

      public String getOutput()
      The output count/size for the process group in the last 5 minutes.
      Returns:
      output
    • setOutput

      public void setOutput(String output)
    • flowFilesTransferred

      public ProcessGroupStatusSnapshotDTO flowFilesTransferred(Integer flowFilesTransferred)
    • getFlowFilesTransferred

      public Integer getFlowFilesTransferred()
      The number of FlowFiles transferred in this ProcessGroup in the last 5 minutes
      Returns:
      flowFilesTransferred
    • setFlowFilesTransferred

      public void setFlowFilesTransferred(Integer flowFilesTransferred)
    • bytesTransferred

      public ProcessGroupStatusSnapshotDTO bytesTransferred(Long bytesTransferred)
    • getBytesTransferred

      public Long getBytesTransferred()
      The number of bytes transferred in this ProcessGroup in the last 5 minutes
      Returns:
      bytesTransferred
    • setBytesTransferred

      public void setBytesTransferred(Long bytesTransferred)
    • transferred

      public ProcessGroupStatusSnapshotDTO transferred(String transferred)
    • getTransferred

      public String getTransferred()
      The count/size transferred to/from queues in the process group in the last 5 minutes.
      Returns:
      transferred
    • setTransferred

      public void setTransferred(String transferred)
    • bytesReceived

      public ProcessGroupStatusSnapshotDTO bytesReceived(Long bytesReceived)
    • getBytesReceived

      public Long getBytesReceived()
      The number of bytes received from external sources by components within this ProcessGroup in the last 5 minutes
      Returns:
      bytesReceived
    • setBytesReceived

      public void setBytesReceived(Long bytesReceived)
    • flowFilesReceived

      public ProcessGroupStatusSnapshotDTO flowFilesReceived(Integer flowFilesReceived)
    • getFlowFilesReceived

      public Integer getFlowFilesReceived()
      The number of FlowFiles received from external sources by components within this ProcessGroup in the last 5 minutes
      Returns:
      flowFilesReceived
    • setFlowFilesReceived

      public void setFlowFilesReceived(Integer flowFilesReceived)
    • received

      public ProcessGroupStatusSnapshotDTO received(String received)
    • getReceived

      public String getReceived()
      The count/size sent to the process group in the last 5 minutes.
      Returns:
      received
    • setReceived

      public void setReceived(String received)
    • bytesSent

      public ProcessGroupStatusSnapshotDTO bytesSent(Long bytesSent)
    • getBytesSent

      public Long getBytesSent()
      The number of bytes sent to an external sink by components within this ProcessGroup in the last 5 minutes
      Returns:
      bytesSent
    • setBytesSent

      public void setBytesSent(Long bytesSent)
    • flowFilesSent

      public ProcessGroupStatusSnapshotDTO flowFilesSent(Integer flowFilesSent)
    • getFlowFilesSent

      public Integer getFlowFilesSent()
      The number of FlowFiles sent to an external sink by components within this ProcessGroup in the last 5 minutes
      Returns:
      flowFilesSent
    • setFlowFilesSent

      public void setFlowFilesSent(Integer flowFilesSent)
    • sent

    • getSent

      public String getSent()
      The count/size sent from this process group in the last 5 minutes.
      Returns:
      sent
    • setSent

      public void setSent(String sent)
    • activeThreadCount

      public ProcessGroupStatusSnapshotDTO activeThreadCount(Integer activeThreadCount)
    • getActiveThreadCount

      public Integer getActiveThreadCount()
      The active thread count for this process group.
      Returns:
      activeThreadCount
    • setActiveThreadCount

      public void setActiveThreadCount(Integer activeThreadCount)
    • terminatedThreadCount

      public ProcessGroupStatusSnapshotDTO terminatedThreadCount(Integer terminatedThreadCount)
    • getTerminatedThreadCount

      public Integer getTerminatedThreadCount()
      The number of threads currently terminated for the process group.
      Returns:
      terminatedThreadCount
    • setTerminatedThreadCount

      public void setTerminatedThreadCount(Integer terminatedThreadCount)
    • processingNanos

      public ProcessGroupStatusSnapshotDTO processingNanos(Long processingNanos)
    • getProcessingNanos

      public Long getProcessingNanos()
      Get processingNanos
      Returns:
      processingNanos
    • setProcessingNanos

      public void setProcessingNanos(Long processingNanos)
    • 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).