public class ParameterGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
groupName |
private List<Parameter> |
parameters |
| Constructor and Description |
|---|
ParameterGroup(String groupName,
List<Parameter> parameters)
Creates a named parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
List<Parameter> |
getParameters() |
private final String groupName
Copyright © 2023 Apache NiFi Project. All rights reserved.