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 Details

    • Parameter

      public Parameter()
  • Method Details

    • getName

      public String getName()
      Getter for name. The name of the parameter.
    • setName

      public void setName(String name)
      Setter for name. The name of the parameter.
    • getSensitive

      public Boolean getSensitive()
      Getter for sensitive. Whether or not the parameter value is sensitive.
    • setSensitive

      public void setSensitive(Boolean sensitive)
      Setter for sensitive. Whether or not the parameter value is sensitive.
    • getDescription

      public String getDescription()
      Getter for description. A brief explanation of how the parameter is used.
    • setDescription

      public void setDescription(String description)
      Setter for description. A brief explanation of how the parameter is used.
    • getValue

      public String getValue()
      Getter for value. The value of the parameter in this context.
    • setValue

      public void setValue(String value)
      Setter for value. The value of the parameter in this context.
    • getValueSet

      public Boolean getValueSet()
      Getter for valueSet. Indicates if the value of this parameter is set (i.e. not null).
    • setValueSet

      public void setValueSet(Boolean valueSet)
      Setter for valueSet. Indicates if the value of this parameter is set (i.e. not null).
    • getAssetReferences

      public List<AssetReference> getAssetReferences()
      Getter for assetReferences. The list of asset references, if this parameter is a FILE or FILES type.
    • setAssetReferences

      public void setAssetReferences(List<AssetReference> assetReferences)
      Setter for assetReferences. The list of asset references, if this parameter is a FILE or FILES type.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object