mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
NIFI-10627 - VersionedPort missing getter (#6511)
This commit is contained in:
parent
e87bced147
commit
0abc3bb719
@ -57,6 +57,10 @@ public class VersionedPort extends VersionedComponent {
|
||||
return ((allowRemoteAccess != null) && allowRemoteAccess);
|
||||
}
|
||||
|
||||
public Boolean getAllowRemoteAccess() {
|
||||
return allowRemoteAccess;
|
||||
}
|
||||
|
||||
public void setAllowRemoteAccess(Boolean allowRemoteAccess) {
|
||||
this.allowRemoteAccess = allowRemoteAccess;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user