public class FlowRegistryBucketsEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<FlowRegistryBucketEntity> |
buckets |
| Constructor and Description |
|---|
FlowRegistryBucketsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<FlowRegistryBucketEntity> |
getBuckets() |
void |
setBuckets(Set<FlowRegistryBucketEntity> buckets) |
private Set<FlowRegistryBucketEntity> buckets
public Set<FlowRegistryBucketEntity> getBuckets()
public void setBuckets(Set<FlowRegistryBucketEntity> buckets)
Copyright © 2023 Apache NiFi Project. All rights reserved.