Package com.cloudera.cdp.df.model
Class ImportFlowDefinitionRequest
java.lang.Object
com.cloudera.cdp.df.model.ImportFlowDefinitionRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-05-14T11:34:37.723-07:00")
public class ImportFlowDefinitionRequest
extends Object
Request object for ImportFlowDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for collectionCrn.Getter for comments.Getter for description.getFile()
Getter for file.getName()
Getter for name.getTags()
Getter for tags.int
hashCode()
void
setCollectionCrn
(String collectionCrn) Setter for collectionCrn.void
setComments
(String comments) Setter for comments.void
setDescription
(String description) Setter for description.void
Setter for file.void
Setter for name.void
setTags
(List<FlowDefinitionTagData> tags) Setter for tags.toString()
-
Constructor Details
-
ImportFlowDefinitionRequest
public ImportFlowDefinitionRequest()
-
-
Method Details
-
getFile
Getter for file. The file to be uploaded. -
setFile
Setter for file. The file to be uploaded. -
getName
Getter for name. The name of the flow. -
setName
Setter for name. The name of the flow. -
getDescription
Getter for description. The description of the flow. -
setDescription
Setter for description. The description of the flow. -
getComments
Getter for comments. The comments of the flow. -
setComments
Setter for comments. The comments of the flow. -
getTags
Getter for tags. The list of tags for the initial flow definition version -
setTags
Setter for tags. The list of tags for the initial flow definition version -
getCollectionCrn
Getter for collectionCrn. The CRN of the collection into which the flow definition will be imported. If unspecified, the flow will not be assigned to a collection. -
setCollectionCrn
Setter for collectionCrn. The CRN of the collection into which the flow definition will be imported. If unspecified, the flow will not be assigned to a collection. -
equals
-
hashCode
public int hashCode() -
toString
-