public class PortDTO extends ComponentDTO
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
allowRemoteAccess |
private String |
comments |
private Integer |
concurrentlySchedulableTaskCount |
private Set<String> |
groupAccessControl |
private String |
name |
private String |
state |
private Boolean |
transmitting |
private String |
type |
private Set<String> |
userAccessControl |
private Collection<String> |
validationErrors |
| Constructor and Description |
|---|
PortDTO() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowRemoteAccess() |
String |
getComments() |
Integer |
getConcurrentlySchedulableTaskCount() |
Set<String> |
getGroupAccessControl() |
String |
getName() |
String |
getState() |
String |
getType()
The type of port.
|
Set<String> |
getUserAccessControl() |
Collection<String> |
getValidationErrors()
Gets the validation errors from this port.
|
Boolean |
isTransmitting() |
void |
setAllowRemoteAccess(Boolean allowRemoteAccess) |
void |
setComments(String comments) |
void |
setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount) |
void |
setGroupAccessControl(Set<String> groupAccessControl) |
void |
setName(String name) |
void |
setState(String state) |
void |
setTransmitting(Boolean transmitting) |
void |
setType(String type) |
void |
setUserAccessControl(Set<String> userAccessControl) |
void |
setValidationErrors(Collection<String> validationErrors) |
equals, getId, getParentGroupId, getPosition, getVersionedComponentId, hashCode, setId, setParentGroupId, setPosition, setVersionedComponentId, toStringprivate String name
private String comments
private String state
private String type
private Boolean transmitting
private Integer concurrentlySchedulableTaskCount
private Boolean allowRemoteAccess
private Collection<String> validationErrors
public String getName()
public void setName(String name)
public String getState()
public void setState(String state)
public String getType()
public void setType(String type)
public Integer getConcurrentlySchedulableTaskCount()
public void setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount)
public String getComments()
public void setComments(String comments)
public Boolean isTransmitting()
public void setTransmitting(Boolean transmitting)
public Set<String> getGroupAccessControl()
public Set<String> getUserAccessControl()
public Collection<String> getValidationErrors()
public void setValidationErrors(Collection<String> validationErrors)
public Boolean getAllowRemoteAccess()
public void setAllowRemoteAccess(Boolean allowRemoteAccess)
Copyright © 2023 Apache NiFi Project. All rights reserved.