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="2024-09-27T08:40:28.348-07:00")
public class ImportFlowDefinitionRequest
extends Object
Request object for ImportFlowDefinition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for comments.Getter for description.getFile()
Getter for file.getName()
Getter for name.getTags()
Getter for tags.int
hashCode()
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 -
equals
-
hashCode
public int hashCode() -
toString
-