public class VersionedFlowsEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<VersionedFlowEntity> |
versionedFlowsEntity |
| Constructor and Description |
|---|
VersionedFlowsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<VersionedFlowEntity> |
getVersionedFlows() |
void |
setVersionedFlows(Set<VersionedFlowEntity> versionedFlowsEntity) |
private Set<VersionedFlowEntity> versionedFlowsEntity
public Set<VersionedFlowEntity> getVersionedFlows()
public void setVersionedFlows(Set<VersionedFlowEntity> versionedFlowsEntity)
Copyright © 2023 Apache NiFi Project. All rights reserved.