Class FlowParameter
java.lang.Object
com.cloudera.cdp.dfworkload.model.FlowParameter
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class FlowParameter
extends Object
A flow parameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter 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.inthashCode()voidsetAssetReferences(List<AssetReference> assetReferences) Setter for assetReferences.voidsetDescription(String description) Setter for description.voidSetter for name.voidsetSensitive(Boolean sensitive) Setter for sensitive.voidsetSourceParameterGroupId(String sourceParameterGroupId) Setter for sourceParameterGroupId.voidSetter for type.voidSetter for value.voidsetValueSet(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
-