Class Parameter
java.lang.Object
com.cloudera.cdp.dfworkload.model.Parameter
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-06-05T07:54:45.482-07:00")
public class Parameter
extends Object
Represents a parameter which can be used in a parameter context or a deployed flow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for assetReferences.Getter for description.getName()Getter for name.Getter for sensitive.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.voidSetter for value.voidsetValueSet(Boolean valueSet) Setter for valueSet.toString()
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getName
Getter for name. The name of the parameter. -
setName
Setter for name. The name 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. -
getDescription
Getter for description. A brief explanation of how the parameter is used. -
setDescription
Setter for description. A brief explanation of how the parameter is used. -
getValue
Getter for value. The value of the parameter in this context. -
setValue
Setter for value. The value of the parameter in this context. -
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). -
getAssetReferences
Getter for assetReferences. The list of asset references, if this parameter is a FILE or FILES type. -
setAssetReferences
Setter for assetReferences. The list of asset references, if this parameter is a FILE or FILES type. -
equals
-
hashCode
public int hashCode() -
toString
-