public class VersionedPort extends VersionedComponent
Modifier and Type | Field and Description |
---|---|
private Boolean |
allowRemoteAccess |
private Integer |
concurrentlySchedulableTaskCount |
private ScheduledState |
scheduledState |
private PortType |
type |
Constructor and Description |
---|
VersionedPort() |
Modifier and Type | Method and Description |
---|---|
ComponentType |
getComponentType() |
Integer |
getConcurrentlySchedulableTaskCount() |
ScheduledState |
getScheduledState() |
PortType |
getType() |
Boolean |
isAllowRemoteAccess() |
void |
setAllowRemoteAccess(Boolean allowRemoteAccess) |
void |
setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount) |
void |
setScheduledState(ScheduledState scheduledState) |
void |
setType(PortType type) |
equals, getComments, getGroupIdentifier, getIdentifier, getInstanceIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setInstanceIdentifier, setName, setPosition
private PortType type
private Integer concurrentlySchedulableTaskCount
private ScheduledState scheduledState
private Boolean allowRemoteAccess
public Integer getConcurrentlySchedulableTaskCount()
public void setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount)
public PortType getType()
public void setType(PortType type)
public ScheduledState getScheduledState()
public void setScheduledState(ScheduledState scheduledState)
public Boolean isAllowRemoteAccess()
public void setAllowRemoteAccess(Boolean allowRemoteAccess)
public ComponentType getComponentType()
getComponentType
in class VersionedComponent
Copyright © 2022 Apache NiFi Project. All rights reserved.