Class RemoteProcessGroupStatusSnapshotDTO

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

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

    • id

      private String id
    • groupId

      private String groupId
    • name

      private String name
    • targetUri

      private String targetUri
    • transmissionStatus

      private String transmissionStatus
    • activeThreadCount

      private Integer activeThreadCount
    • flowFilesSent

      private Integer flowFilesSent
    • bytesSent

      private Long bytesSent
    • sent

      private String sent
    • flowFilesReceived

      private Integer flowFilesReceived
    • bytesReceived

      private Long bytesReceived
    • received

      private String received
  • Constructor Details

    • RemoteProcessGroupStatusSnapshotDTO

      public RemoteProcessGroupStatusSnapshotDTO()
  • Method Details

    • id

    • getId

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

      public void setId(String id)
    • groupId

      public RemoteProcessGroupStatusSnapshotDTO groupId(String groupId)
    • getGroupId

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

      public void setGroupId(String groupId)
    • name

    • getName

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

      public void setName(String name)
    • targetUri

      public RemoteProcessGroupStatusSnapshotDTO targetUri(String targetUri)
    • getTargetUri

      public String getTargetUri()
      The URI of the target system.
      Returns:
      targetUri
    • setTargetUri

      public void setTargetUri(String targetUri)
    • transmissionStatus

      public RemoteProcessGroupStatusSnapshotDTO transmissionStatus(String transmissionStatus)
    • getTransmissionStatus

      public String getTransmissionStatus()
      The transmission status of the remote process group.
      Returns:
      transmissionStatus
    • setTransmissionStatus

      public void setTransmissionStatus(String transmissionStatus)
    • activeThreadCount

      public RemoteProcessGroupStatusSnapshotDTO activeThreadCount(Integer activeThreadCount)
    • getActiveThreadCount

      public Integer getActiveThreadCount()
      The number of active threads for the remote process group.
      Returns:
      activeThreadCount
    • setActiveThreadCount

      public void setActiveThreadCount(Integer activeThreadCount)
    • flowFilesSent

      public RemoteProcessGroupStatusSnapshotDTO flowFilesSent(Integer flowFilesSent)
    • getFlowFilesSent

      public Integer getFlowFilesSent()
      The number of FlowFiles sent to the remote process group in the last 5 minutes.
      Returns:
      flowFilesSent
    • setFlowFilesSent

      public void setFlowFilesSent(Integer flowFilesSent)
    • bytesSent

      public RemoteProcessGroupStatusSnapshotDTO bytesSent(Long bytesSent)
    • getBytesSent

      public Long getBytesSent()
      The size of the FlowFiles sent to the remote process group in the last 5 minutes.
      Returns:
      bytesSent
    • setBytesSent

      public void setBytesSent(Long bytesSent)
    • sent

    • getSent

      public String getSent()
      The count/size of the flowfiles sent to the remote process group in the last 5 minutes.
      Returns:
      sent
    • setSent

      public void setSent(String sent)
    • flowFilesReceived

      public RemoteProcessGroupStatusSnapshotDTO flowFilesReceived(Integer flowFilesReceived)
    • getFlowFilesReceived

      public Integer getFlowFilesReceived()
      The number of FlowFiles received from the remote process group in the last 5 minutes.
      Returns:
      flowFilesReceived
    • setFlowFilesReceived

      public void setFlowFilesReceived(Integer flowFilesReceived)
    • bytesReceived

      public RemoteProcessGroupStatusSnapshotDTO bytesReceived(Long bytesReceived)
    • getBytesReceived

      public Long getBytesReceived()
      The size of the FlowFiles received from the remote process group in the last 5 minutes.
      Returns:
      bytesReceived
    • setBytesReceived

      public void setBytesReceived(Long bytesReceived)
    • received

      public RemoteProcessGroupStatusSnapshotDTO received(String received)
    • getReceived

      public String getReceived()
      The count/size of the flowfiles received from the remote process group in the last 5 minutes.
      Returns:
      received
    • setReceived

      public void setReceived(String received)
    • 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).