public class FlowRegistryClientsEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<FlowRegistryClientEntity> |
registries |
| Constructor and Description |
|---|
FlowRegistryClientsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<FlowRegistryClientEntity> |
getRegistries() |
void |
setRegistries(Set<FlowRegistryClientEntity> registries) |
private Set<FlowRegistryClientEntity> registries
public Set<FlowRegistryClientEntity> getRegistries()
public void setRegistries(Set<FlowRegistryClientEntity> registries)
Copyright © 2023 Apache NiFi Project. All rights reserved.