Class ImportFlowDefinitionVersionRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:37.723-07:00") public class ImportFlowDefinitionVersionRequest extends Object
Request object for ImportFlowDefinitionVersion
  • Constructor Details Link icon

    • ImportFlowDefinitionVersionRequest Link icon

      public ImportFlowDefinitionVersionRequest()
  • Method Details Link icon

    • getFlowCrn Link icon

      public String getFlowCrn()
      Getter for flowCrn. The CRN of the previously uploaded flow.
    • setFlowCrn Link icon

      public void setFlowCrn(String flowCrn)
      Setter for flowCrn. The CRN of the previously uploaded flow.
    • getFile Link icon

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

      public void setFile(String file)
      Setter for file. The file to be uploaded.
    • getComments Link icon

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

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

      Getter for tags. The tags for the flow version.
    • setTags Link icon

      public void setTags(List<FlowDefinitionVersionTagData> tags)
      Setter for tags. The tags for the flow version.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object