Class ConnectionStatusSnapshotDTO

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

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

    • id

      private String id
    • groupId

      private String groupId
    • name

      private String name
    • sourceId

      private String sourceId
    • sourceName

      private String sourceName
    • destinationId

      private String destinationId
    • destinationName

      private String destinationName
    • predictions

    • flowFilesIn

      private Integer flowFilesIn
    • bytesIn

      private Long bytesIn
    • input

      private String input
    • flowFilesOut

      private Integer flowFilesOut
    • bytesOut

      private Long bytesOut
    • output

      private String output
    • flowFilesQueued

      private Integer flowFilesQueued
    • bytesQueued

      private Long bytesQueued
    • queued

      private String queued
    • queuedSize

      private String queuedSize
    • queuedCount

      private String queuedCount
    • percentUseCount

      private Integer percentUseCount
    • percentUseBytes

      private Integer percentUseBytes
    • flowFileAvailability

      private String flowFileAvailability
  • Constructor Details

    • ConnectionStatusSnapshotDTO

      public ConnectionStatusSnapshotDTO()
  • Method Details

    • id

    • getId

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

      public void setId(String id)
    • groupId

      public ConnectionStatusSnapshotDTO groupId(String groupId)
    • getGroupId

      public String getGroupId()
      The id of the process group the connection belongs to.
      Returns:
      groupId
    • setGroupId

      public void setGroupId(String groupId)
    • name

      public ConnectionStatusSnapshotDTO name(String name)
    • getName

      public String getName()
      The name of the connection.
      Returns:
      name
    • setName

      public void setName(String name)
    • sourceId

      public ConnectionStatusSnapshotDTO sourceId(String sourceId)
    • getSourceId

      public String getSourceId()
      The id of the source of the connection.
      Returns:
      sourceId
    • setSourceId

      public void setSourceId(String sourceId)
    • sourceName

      public ConnectionStatusSnapshotDTO sourceName(String sourceName)
    • getSourceName

      public String getSourceName()
      The name of the source of the connection.
      Returns:
      sourceName
    • setSourceName

      public void setSourceName(String sourceName)
    • destinationId

      public ConnectionStatusSnapshotDTO destinationId(String destinationId)
    • getDestinationId

      public String getDestinationId()
      The id of the destination of the connection.
      Returns:
      destinationId
    • setDestinationId

      public void setDestinationId(String destinationId)
    • destinationName

      public ConnectionStatusSnapshotDTO destinationName(String destinationName)
    • getDestinationName

      public String getDestinationName()
      The name of the destination of the connection.
      Returns:
      destinationName
    • setDestinationName

      public void setDestinationName(String destinationName)
    • predictions

    • getPredictions

      public ConnectionStatusPredictionsSnapshotDTO getPredictions()
      Get predictions
      Returns:
      predictions
    • setPredictions

      public void setPredictions(ConnectionStatusPredictionsSnapshotDTO predictions)
    • flowFilesIn

      public ConnectionStatusSnapshotDTO flowFilesIn(Integer flowFilesIn)
    • getFlowFilesIn

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

      public void setFlowFilesIn(Integer flowFilesIn)
    • bytesIn

      public ConnectionStatusSnapshotDTO bytesIn(Long bytesIn)
    • getBytesIn

      public Long getBytesIn()
      The size of the FlowFiles that have come into the connection in the last 5 minutes.
      Returns:
      bytesIn
    • setBytesIn

      public void setBytesIn(Long bytesIn)
    • input

      public ConnectionStatusSnapshotDTO input(String input)
    • getInput

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

      public void setInput(String input)
    • flowFilesOut

      public ConnectionStatusSnapshotDTO flowFilesOut(Integer flowFilesOut)
    • getFlowFilesOut

      public Integer getFlowFilesOut()
      The number of FlowFiles that have left the connection in the last 5 minutes.
      Returns:
      flowFilesOut
    • setFlowFilesOut

      public void setFlowFilesOut(Integer flowFilesOut)
    • bytesOut

      public ConnectionStatusSnapshotDTO bytesOut(Long bytesOut)
    • getBytesOut

      public Long getBytesOut()
      The number of bytes that have left the connection in the last 5 minutes.
      Returns:
      bytesOut
    • setBytesOut

      public void setBytesOut(Long bytesOut)
    • output

      public ConnectionStatusSnapshotDTO output(String output)
    • getOutput

      public String getOutput()
      The output count/sie for the connection in the last 5 minutes, pretty printed.
      Returns:
      output
    • setOutput

      public void setOutput(String output)
    • flowFilesQueued

      public ConnectionStatusSnapshotDTO flowFilesQueued(Integer flowFilesQueued)
    • getFlowFilesQueued

      public Integer getFlowFilesQueued()
      The number of FlowFiles that are currently queued in the connection.
      Returns:
      flowFilesQueued
    • setFlowFilesQueued

      public void setFlowFilesQueued(Integer flowFilesQueued)
    • bytesQueued

      public ConnectionStatusSnapshotDTO bytesQueued(Long bytesQueued)
    • getBytesQueued

      public Long getBytesQueued()
      The size of the FlowFiles that are currently queued in the connection.
      Returns:
      bytesQueued
    • setBytesQueued

      public void setBytesQueued(Long bytesQueued)
    • queued

      public ConnectionStatusSnapshotDTO queued(String queued)
    • getQueued

      public String getQueued()
      The total count and size of queued flowfiles formatted.
      Returns:
      queued
    • setQueued

      public void setQueued(String queued)
    • queuedSize

      public ConnectionStatusSnapshotDTO queuedSize(String queuedSize)
    • getQueuedSize

      public String getQueuedSize()
      The total size of flowfiles that are queued formatted.
      Returns:
      queuedSize
    • setQueuedSize

      public void setQueuedSize(String queuedSize)
    • queuedCount

      public ConnectionStatusSnapshotDTO queuedCount(String queuedCount)
    • getQueuedCount

      public String getQueuedCount()
      The number of flowfiles that are queued, pretty printed.
      Returns:
      queuedCount
    • setQueuedCount

      public void setQueuedCount(String queuedCount)
    • percentUseCount

      public ConnectionStatusSnapshotDTO percentUseCount(Integer percentUseCount)
    • getPercentUseCount

      public Integer getPercentUseCount()
      Connection percent use regarding queued flow files count and backpressure threshold if configured.
      Returns:
      percentUseCount
    • setPercentUseCount

      public void setPercentUseCount(Integer percentUseCount)
    • percentUseBytes

      public ConnectionStatusSnapshotDTO percentUseBytes(Integer percentUseBytes)
    • getPercentUseBytes

      public Integer getPercentUseBytes()
      Connection percent use regarding queued flow files size and backpressure threshold if configured.
      Returns:
      percentUseBytes
    • setPercentUseBytes

      public void setPercentUseBytes(Integer percentUseBytes)
    • flowFileAvailability

      public ConnectionStatusSnapshotDTO flowFileAvailability(String flowFileAvailability)
    • getFlowFileAvailability

      public String getFlowFileAvailability()
      The availability of FlowFiles in this connection
      Returns:
      flowFileAvailability
    • setFlowFileAvailability

      public void setFlowFileAvailability(String flowFileAvailability)
    • 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).