Class FlowParameterGroup
java.lang.Object
com.cloudera.cdp.dfworkload.model.FlowParameterGroup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-05-14T11:34:38.216-07:00")
public class FlowParameterGroup
extends Object
A flow parameter group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for inheritedParameterGroups.getName()
Getter for name.Getter for parameters.int
hashCode()
void
setInheritedParameterGroups
(List<VersionedParameterGroupReference> inheritedParameterGroups) Setter for inheritedParameterGroups.void
Setter for name.void
setParameters
(List<FlowParameter> parameters) Setter for parameters.toString()
-
Constructor Details
-
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
-