Class ImportFlowDefinitionRequest

java.lang.Object
com.cloudera.cdp.df.model.ImportFlowDefinitionRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class ImportFlowDefinitionRequest extends Object
Request object for ImportFlowDefinition
  • Constructor Details

    • ImportFlowDefinitionRequest

      public ImportFlowDefinitionRequest()
  • Method Details

    • getFile

      public String getFile()
      Getter for file. The file to be uploaded.
    • setFile

      public void setFile(String file)
      Setter for file. The file to be uploaded.
    • getName

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

      public void setName(String name)
      Setter for name. The name of the flow.
    • getDescription

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

      public void setDescription(String description)
      Setter for description. The description of the flow.
    • getComments

      public String getComments()
      Getter for comments. The comments of the flow.
    • setComments

      public void setComments(String comments)
      Setter for comments. The comments of the flow.
    • getTags

      public List<FlowDefinitionTagData> getTags()
      Getter for tags. The list of tags for the initial flow definition version
    • setTags

      public void setTags(List<FlowDefinitionTagData> tags)
      Setter for tags. The list of tags for the initial flow definition version
    • 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