Class FlowParameter
java.lang.Object
com.cloudera.cdp.dfworkload.model.FlowParameter
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-05-14T11:34:38.216-07:00")
public class FlowParameter
extends Object
A flow parameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for assetReferences.Getter for description.getName()
Getter for name.Getter for sensitive.Getter for sourceParameterGroupId.getType()
Getter for type.getValue()
Getter for value.Getter for valueSet.int
hashCode()
void
setAssetReferences
(List<AssetReference> assetReferences) Setter for assetReferences.void
setDescription
(String description) Setter for description.void
Setter for name.void
setSensitive
(Boolean sensitive) Setter for sensitive.void
setSourceParameterGroupId
(String sourceParameterGroupId) Setter for sourceParameterGroupId.void
Setter for type.void
Setter for value.void
setValueSet
(Boolean valueSet) Setter for valueSet.toString()
-
Constructor Details
-
FlowParameter
public FlowParameter()
-
-
Method Details
-
getName
Getter for name. The name of the parameter -
setName
Setter for name. The name of the parameter -
getDescription
Getter for description. The description of the param -
setDescription
Setter for description. The description of the param -
getValue
Getter for value. The value of the parameter -
setValue
Setter for value. The value of the parameter -
getSensitive
Getter for sensitive. Whether or not the parameter value is sensitive -
setSensitive
Setter for sensitive. Whether or not the parameter value is sensitive -
getType
Getter for type. The type of parameter. Possibly TEXT, FILE, FILES -
setType
Setter for type. The type of parameter. Possibly TEXT, FILE, FILES -
getAssetReferences
Getter for assetReferences. The list of referenced assets. -
setAssetReferences
Setter for assetReferences. The list of referenced assets. -
getValueSet
Getter for valueSet. Indicates if the value of this parameter is set (i.e. not null) -
setValueSet
Setter for valueSet. Indicates if the value of this parameter is set (i.e. not null) -
getSourceParameterGroupId
Getter for sourceParameterGroupId. The ID of the shared parameter group where the value should come from. -
setSourceParameterGroupId
Setter for sourceParameterGroupId. The ID of the shared parameter group where the value should come from. -
equals
-
hashCode
public int hashCode() -
toString
-