Class FlowParameter


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class FlowParameter
    extends Object
    A flow parameter
    • Constructor Detail

      • FlowParameter

        public FlowParameter()
    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object