Class FlowParameterGroup
java.lang.Object
com.cloudera.cdp.dfworkload.model.FlowParameterGroup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class FlowParameterGroup
extends Object
A flow parameter group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for inheritedParameterGroups.getName()Getter for name.Getter for otherName.Getter for parameters.inthashCode()voidsetInheritedParameterGroups(List<VersionedParameterGroupReference> inheritedParameterGroups) Setter for inheritedParameterGroups.voidSetter for name.voidsetOtherName(String otherName) Setter for otherName.voidsetParameters(List<FlowParameter> parameters) Setter for parameters.toString()
-
Constructor Details
-
FlowParameterGroup
public FlowParameterGroup()
-
-
Method Details
-
getName
Getter for name. The name of the parameter group -
setName
Setter for name. The name of the parameter group -
getParameters
Getter for parameters. The parameters in the group -
setParameters
Setter for parameters. The parameters in the group -
getInheritedParameterGroups
Getter for inheritedParameterGroups. The names and versions of the inherited parameter groups -
setInheritedParameterGroups
public void setInheritedParameterGroups(List<VersionedParameterGroupReference> inheritedParameterGroups) Setter for inheritedParameterGroups. The names and versions of the inherited parameter groups -
getOtherName
Getter for otherName. The other name that can be used to reference this group in a flow. This is used when multiple flows with same parameter group are deployed in to same NiFi cluster. -
setOtherName
Setter for otherName. The other name that can be used to reference this group in a flow. This is used when multiple flows with same parameter group are deployed in to same NiFi cluster. -
equals
-
hashCode
public int hashCode() -
toString
-