Class FlowParameterGroup
java.lang.Object
com.cloudera.cdp.dfworkload.model.FlowParameterGroup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:48.641-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 parameters.inthashCode()voidsetInheritedParameterGroups(List<VersionedParameterGroupReference> inheritedParameterGroups) Setter for inheritedParameterGroups.voidSetter for name.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 -
equals
-
hashCode
public int hashCode() -
toString
-