Class VersionedRemoteGroupPort

java.lang.Object
org.apache.nifi.flow.VersionedComponent
org.apache.nifi.flow.VersionedRemoteGroupPort

public class VersionedRemoteGroupPort extends VersionedComponent
  • Field Details

    • remoteGroupId

      private String remoteGroupId
    • concurrentlySchedulableTaskCount

      private Integer concurrentlySchedulableTaskCount
    • useCompression

      private Boolean useCompression
    • batchSize

      private BatchSize batchSize
    • componentType

      private ComponentType componentType
    • targetId

      private String targetId
    • scheduledState

      private ScheduledState scheduledState
  • Constructor Details

    • VersionedRemoteGroupPort

      public VersionedRemoteGroupPort()
  • Method Details

    • getConcurrentlySchedulableTaskCount

      public Integer getConcurrentlySchedulableTaskCount()
    • setConcurrentlySchedulableTaskCount

      public void setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount)
    • getRemoteGroupId

      public String getRemoteGroupId()
    • setRemoteGroupId

      public void setRemoteGroupId(String groupId)
    • isUseCompression

      public Boolean isUseCompression()
    • setUseCompression

      public void setUseCompression(Boolean useCompression)
    • getBatchSize

      public BatchSize getBatchSize()
    • setBatchSize

      public void setBatchSize(BatchSize batchSize)
    • getTargetId

      public String getTargetId()
    • setTargetId

      public void setTargetId(String targetId)
    • getScheduledState

      public ScheduledState getScheduledState()
    • setScheduledState

      public void setScheduledState(ScheduledState scheduledState)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VersionedComponent
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class VersionedComponent
    • getComponentType

      public ComponentType getComponentType()
      Specified by:
      getComponentType in class VersionedComponent
    • setComponentType

      public void setComponentType(ComponentType componentType)
      Overrides:
      setComponentType in class VersionedComponent