Class ControllerStatusDTO

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

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

    • activeThreadCount

      private Integer activeThreadCount
    • terminatedThreadCount

      private Integer terminatedThreadCount
    • queued

      private String queued
    • flowFilesQueued

      private Integer flowFilesQueued
    • bytesQueued

      private Long bytesQueued
    • runningCount

      private Integer runningCount
    • stoppedCount

      private Integer stoppedCount
    • invalidCount

      private Integer invalidCount
    • disabledCount

      private Integer disabledCount
    • activeRemotePortCount

      private Integer activeRemotePortCount
    • inactiveRemotePortCount

      private Integer inactiveRemotePortCount
    • upToDateCount

      private Integer upToDateCount
    • locallyModifiedCount

      private Integer locallyModifiedCount
    • staleCount

      private Integer staleCount
    • locallyModifiedAndStaleCount

      private Integer locallyModifiedAndStaleCount
    • syncFailureCount

      private Integer syncFailureCount
  • Constructor Details

    • ControllerStatusDTO

      public ControllerStatusDTO()
  • Method Details

    • activeThreadCount

      public ControllerStatusDTO activeThreadCount(Integer activeThreadCount)
    • getActiveThreadCount

      public Integer getActiveThreadCount()
      The number of active threads in the NiFi.
      Returns:
      activeThreadCount
    • setActiveThreadCount

      public void setActiveThreadCount(Integer activeThreadCount)
    • terminatedThreadCount

      public ControllerStatusDTO terminatedThreadCount(Integer terminatedThreadCount)
    • getTerminatedThreadCount

      public Integer getTerminatedThreadCount()
      The number of terminated threads in the NiFi.
      Returns:
      terminatedThreadCount
    • setTerminatedThreadCount

      public void setTerminatedThreadCount(Integer terminatedThreadCount)
    • queued

      public ControllerStatusDTO queued(String queued)
    • getQueued

      public String getQueued()
      The number of flowfiles queued in the NiFi.
      Returns:
      queued
    • setQueued

      public void setQueued(String queued)
    • flowFilesQueued

      public ControllerStatusDTO flowFilesQueued(Integer flowFilesQueued)
    • getFlowFilesQueued

      public Integer getFlowFilesQueued()
      The number of FlowFiles queued across the entire flow
      Returns:
      flowFilesQueued
    • setFlowFilesQueued

      public void setFlowFilesQueued(Integer flowFilesQueued)
    • bytesQueued

      public ControllerStatusDTO bytesQueued(Long bytesQueued)
    • getBytesQueued

      public Long getBytesQueued()
      The size of the FlowFiles queued across the entire flow
      Returns:
      bytesQueued
    • setBytesQueued

      public void setBytesQueued(Long bytesQueued)
    • runningCount

      public ControllerStatusDTO runningCount(Integer runningCount)
    • getRunningCount

      public Integer getRunningCount()
      The number of running components in the NiFi.
      Returns:
      runningCount
    • setRunningCount

      public void setRunningCount(Integer runningCount)
    • stoppedCount

      public ControllerStatusDTO stoppedCount(Integer stoppedCount)
    • getStoppedCount

      public Integer getStoppedCount()
      The number of stopped components in the NiFi.
      Returns:
      stoppedCount
    • setStoppedCount

      public void setStoppedCount(Integer stoppedCount)
    • invalidCount

      public ControllerStatusDTO invalidCount(Integer invalidCount)
    • getInvalidCount

      public Integer getInvalidCount()
      The number of invalid components in the NiFi.
      Returns:
      invalidCount
    • setInvalidCount

      public void setInvalidCount(Integer invalidCount)
    • disabledCount

      public ControllerStatusDTO disabledCount(Integer disabledCount)
    • getDisabledCount

      public Integer getDisabledCount()
      The number of disabled components in the NiFi.
      Returns:
      disabledCount
    • setDisabledCount

      public void setDisabledCount(Integer disabledCount)
    • activeRemotePortCount

      public ControllerStatusDTO activeRemotePortCount(Integer activeRemotePortCount)
    • getActiveRemotePortCount

      public Integer getActiveRemotePortCount()
      The number of active remote ports in the NiFi.
      Returns:
      activeRemotePortCount
    • setActiveRemotePortCount

      public void setActiveRemotePortCount(Integer activeRemotePortCount)
    • inactiveRemotePortCount

      public ControllerStatusDTO inactiveRemotePortCount(Integer inactiveRemotePortCount)
    • getInactiveRemotePortCount

      public Integer getInactiveRemotePortCount()
      The number of inactive remote ports in the NiFi.
      Returns:
      inactiveRemotePortCount
    • setInactiveRemotePortCount

      public void setInactiveRemotePortCount(Integer inactiveRemotePortCount)
    • upToDateCount

      public ControllerStatusDTO upToDateCount(Integer upToDateCount)
    • getUpToDateCount

      public Integer getUpToDateCount()
      The number of up to date versioned process groups in the NiFi.
      Returns:
      upToDateCount
    • setUpToDateCount

      public void setUpToDateCount(Integer upToDateCount)
    • locallyModifiedCount

      public ControllerStatusDTO locallyModifiedCount(Integer locallyModifiedCount)
    • getLocallyModifiedCount

      public Integer getLocallyModifiedCount()
      The number of locally modified versioned process groups in the NiFi.
      Returns:
      locallyModifiedCount
    • setLocallyModifiedCount

      public void setLocallyModifiedCount(Integer locallyModifiedCount)
    • staleCount

      public ControllerStatusDTO staleCount(Integer staleCount)
    • getStaleCount

      public Integer getStaleCount()
      The number of stale versioned process groups in the NiFi.
      Returns:
      staleCount
    • setStaleCount

      public void setStaleCount(Integer staleCount)
    • locallyModifiedAndStaleCount

      public ControllerStatusDTO locallyModifiedAndStaleCount(Integer locallyModifiedAndStaleCount)
    • getLocallyModifiedAndStaleCount

      public Integer getLocallyModifiedAndStaleCount()
      The number of locally modified and stale versioned process groups in the NiFi.
      Returns:
      locallyModifiedAndStaleCount
    • setLocallyModifiedAndStaleCount

      public void setLocallyModifiedAndStaleCount(Integer locallyModifiedAndStaleCount)
    • syncFailureCount

      public ControllerStatusDTO syncFailureCount(Integer syncFailureCount)
    • getSyncFailureCount

      public Integer getSyncFailureCount()
      The number of versioned process groups in the NiFi that are unable to sync to a registry.
      Returns:
      syncFailureCount
    • setSyncFailureCount

      public void setSyncFailureCount(Integer syncFailureCount)
    • 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).