Class FlowParameter

java.lang.Object
com.cloudera.cdp.dfworkload.model.FlowParameter

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.696-07:00") public class FlowParameter extends Object
A flow parameter
  • Constructor Details

    • FlowParameter

      public FlowParameter()
  • 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
    • getDescription

      public String getDescription()
      Getter for description. The description of the param
    • setDescription

      public void setDescription(String description)
      Setter for description. The description of the param
    • getValue

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

      public void setValue(String value)
      Setter for value. The value 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
    • getType

      public String getType()
      Getter for type. The type of parameter. Possibly TEXT, FILE, FILES, DIRECTORY
    • setType

      public void setType(String type)
      Setter for type. The type of parameter. Possibly TEXT, FILE, FILES, DIRECTORY
    • getAssetReferences

      public List<AssetReference> getAssetReferences()
      Getter for assetReferences. The list of referenced assets.
    • setAssetReferences

      public void setAssetReferences(List<AssetReference> assetReferences)
      Setter for assetReferences. The list of referenced assets.
    • 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)
    • 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