Class VersionedPort

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

public class VersionedPort extends VersionedComponent
  • Field Details

    • type

      private PortType type
    • concurrentlySchedulableTaskCount

      private Integer concurrentlySchedulableTaskCount
    • scheduledState

      private ScheduledState scheduledState
    • allowRemoteAccess

      private Boolean allowRemoteAccess
    • portFunction

      private PortFunction portFunction
  • Constructor Details

    • VersionedPort

      public VersionedPort()
  • Method Details

    • getConcurrentlySchedulableTaskCount

      public Integer getConcurrentlySchedulableTaskCount()
    • setConcurrentlySchedulableTaskCount

      public void setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount)
    • getType

      public PortType getType()
    • setType

      public void setType(PortType type)
    • getScheduledState

      public ScheduledState getScheduledState()
    • setScheduledState

      public void setScheduledState(ScheduledState scheduledState)
    • isAllowRemoteAccess

      public Boolean isAllowRemoteAccess()
    • getAllowRemoteAccess

      public Boolean getAllowRemoteAccess()
    • setAllowRemoteAccess

      public void setAllowRemoteAccess(Boolean allowRemoteAccess)
    • getPortFunction

      public PortFunction getPortFunction()
    • setPortFunction

      public void setPortFunction(PortFunction portFunction)
    • getComponentType

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