Class PortStatusSnapshotDTO

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

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

  • Constructor Details

    • PortStatusSnapshotDTO

      public PortStatusSnapshotDTO()
  • Method Details

    • id

      public PortStatusSnapshotDTO id(String id)
    • getId

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

      public void setId(String id)
    • groupId

      public PortStatusSnapshotDTO groupId(String groupId)
    • getGroupId

      public String getGroupId()
      The id of the parent process group of the port.
      Returns:
      groupId
    • setGroupId

      public void setGroupId(String groupId)
    • name

      public PortStatusSnapshotDTO name(String name)
    • getName

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

      public void setName(String name)
    • activeThreadCount

      public PortStatusSnapshotDTO activeThreadCount(Integer activeThreadCount)
    • getActiveThreadCount

      public Integer getActiveThreadCount()
      The active thread count for the port.
      Returns:
      activeThreadCount
    • setActiveThreadCount

      public void setActiveThreadCount(Integer activeThreadCount)
    • flowFilesIn

      public PortStatusSnapshotDTO flowFilesIn(Integer flowFilesIn)
    • getFlowFilesIn

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

      public void setFlowFilesIn(Integer flowFilesIn)
    • bytesIn

      public PortStatusSnapshotDTO bytesIn(Long bytesIn)
    • getBytesIn

      public Long getBytesIn()
      The size of hte FlowFiles that have been accepted in the last 5 minutes.
      Returns:
      bytesIn
    • setBytesIn

      public void setBytesIn(Long bytesIn)
    • input

      public PortStatusSnapshotDTO input(String input)
    • getInput

      public String getInput()
      The count/size of flowfiles that have been accepted in the last 5 minutes.
      Returns:
      input
    • setInput

      public void setInput(String input)
    • flowFilesOut

      public PortStatusSnapshotDTO flowFilesOut(Integer flowFilesOut)
    • getFlowFilesOut

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

      public void setFlowFilesOut(Integer flowFilesOut)
    • bytesOut

      public PortStatusSnapshotDTO bytesOut(Long bytesOut)
    • getBytesOut

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

      public void setBytesOut(Long bytesOut)
    • output

      public PortStatusSnapshotDTO output(String output)
    • getOutput

      public String getOutput()
      The count/size of flowfiles that have been processed in the last 5 minutes.
      Returns:
      output
    • setOutput

      public void setOutput(String output)
    • transmitting

      public PortStatusSnapshotDTO transmitting(Boolean transmitting)
    • isTransmitting

      public Boolean isTransmitting()
      Whether the port has incoming or outgoing connections to a remote NiFi.
      Returns:
      transmitting
    • setTransmitting

      public void setTransmitting(Boolean transmitting)
    • runStatus

    • getRunStatus

      public PortStatusSnapshotDTO.RunStatusEnum getRunStatus()
      The run status of the port.
      Returns:
      runStatus
    • setRunStatus

      public void setRunStatus(PortStatusSnapshotDTO.RunStatusEnum runStatus)
    • 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).