Package com.cloudera.cdp.df.model
Class ImportFlowDefinitionVersionRequest
java.lang.Object
com.cloudera.cdp.df.model.ImportFlowDefinitionVersionRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:48.252-07:00")
public class ImportFlowDefinitionVersionRequest
extends Object
Request object for ImportFlowDefinitionVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for comments.getFile()Getter for file.Getter for flowCrn.getTags()Getter for tags.inthashCode()voidsetComments(String comments) Setter for comments.voidSetter for file.voidsetFlowCrn(String flowCrn) Setter for flowCrn.voidSetter for tags.toString()
-
Constructor Details
-
ImportFlowDefinitionVersionRequest
public ImportFlowDefinitionVersionRequest()
-
-
Method Details
-
getFlowCrn
Getter for flowCrn. The CRN of the previously uploaded flow. -
setFlowCrn
Setter for flowCrn. The CRN of the previously uploaded flow. -
getFile
Getter for file. The file to be uploaded. -
setFile
Setter for file. The file to be uploaded. -
getComments
Getter for comments. The comments of the flow version. -
setComments
Setter for comments. The comments of the flow version. -
getTags
Getter for tags. The tags for the flow version. -
setTags
Setter for tags. The tags for the flow version. -
equals
-
hashCode
public int hashCode() -
toString
-