Class RemoteProcessGroupPortDTO

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

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

    • id

      private String id
    • targetId

      private String targetId
    • versionedComponentId

      private String versionedComponentId
    • groupId

      private String groupId
    • name

      private String name
    • comments

      private String comments
    • concurrentlySchedulableTaskCount

      private Integer concurrentlySchedulableTaskCount
    • transmitting

      private Boolean transmitting
    • useCompression

      private Boolean useCompression
    • exists

      private Boolean exists
    • targetRunning

      private Boolean targetRunning
    • connected

      private Boolean connected
    • batchSettings

      private BatchSettingsDTO batchSettings
  • Constructor Details

    • RemoteProcessGroupPortDTO

      public RemoteProcessGroupPortDTO()
  • Method Details

    • id

    • getId

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

      public void setId(String id)
    • targetId

      public RemoteProcessGroupPortDTO targetId(String targetId)
    • getTargetId

      public String getTargetId()
      The id of the target port.
      Returns:
      targetId
    • setTargetId

      public void setTargetId(String targetId)
    • versionedComponentId

      public RemoteProcessGroupPortDTO versionedComponentId(String versionedComponentId)
    • getVersionedComponentId

      public String getVersionedComponentId()
      The ID of the corresponding component that is under version control
      Returns:
      versionedComponentId
    • setVersionedComponentId

      public void setVersionedComponentId(String versionedComponentId)
    • groupId

      public RemoteProcessGroupPortDTO groupId(String groupId)
    • getGroupId

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

      public void setGroupId(String groupId)
    • name

      public RemoteProcessGroupPortDTO name(String name)
    • getName

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

      public void setName(String name)
    • comments

      public RemoteProcessGroupPortDTO comments(String comments)
    • getComments

      public String getComments()
      The comments as configured on the target port.
      Returns:
      comments
    • setComments

      public void setComments(String comments)
    • concurrentlySchedulableTaskCount

      public RemoteProcessGroupPortDTO concurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount)
    • getConcurrentlySchedulableTaskCount

      public Integer getConcurrentlySchedulableTaskCount()
      The number of task that may transmit flowfiles to the target port concurrently.
      Returns:
      concurrentlySchedulableTaskCount
    • setConcurrentlySchedulableTaskCount

      public void setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount)
    • transmitting

      public RemoteProcessGroupPortDTO transmitting(Boolean transmitting)
    • isTransmitting

      public Boolean isTransmitting()
      Whether the remote port is configured for transmission.
      Returns:
      transmitting
    • setTransmitting

      public void setTransmitting(Boolean transmitting)
    • useCompression

      public RemoteProcessGroupPortDTO useCompression(Boolean useCompression)
    • isUseCompression

      public Boolean isUseCompression()
      Whether the flowfiles are compressed when sent to the target port.
      Returns:
      useCompression
    • setUseCompression

      public void setUseCompression(Boolean useCompression)
    • exists

      public RemoteProcessGroupPortDTO exists(Boolean exists)
    • isExists

      public Boolean isExists()
      Whether the target port exists.
      Returns:
      exists
    • setExists

      public void setExists(Boolean exists)
    • targetRunning

      public RemoteProcessGroupPortDTO targetRunning(Boolean targetRunning)
    • isTargetRunning

      public Boolean isTargetRunning()
      Whether the target port is running.
      Returns:
      targetRunning
    • setTargetRunning

      public void setTargetRunning(Boolean targetRunning)
    • connected

      public RemoteProcessGroupPortDTO connected(Boolean connected)
    • isConnected

      public Boolean isConnected()
      Whether the port has either an incoming or outgoing connection.
      Returns:
      connected
    • setConnected

      public void setConnected(Boolean connected)
    • batchSettings

      public RemoteProcessGroupPortDTO batchSettings(BatchSettingsDTO batchSettings)
    • getBatchSettings

      public BatchSettingsDTO getBatchSettings()
      Get batchSettings
      Returns:
      batchSettings
    • setBatchSettings

      public void setBatchSettings(BatchSettingsDTO batchSettings)
    • 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).