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="2023-09-27T13:27:54.329-07:00") public class ImportFlowDefinitionVersionRequest extends Object
Request object for ImportFlowDefinitionVersion
-
-
Constructor Summary
Constructors Constructor Description ImportFlowDefinitionVersionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getComments()
Getter for comments.String
getFile()
Getter for file.String
getFlowCrn()
Getter for flowCrn.int
hashCode()
void
setComments(String comments)
Setter for comments.void
setFile(String file)
Setter for file.void
setFlowCrn(String flowCrn)
Setter for flowCrn.String
toString()
-
-
-
Method Detail
-
getFlowCrn
public String getFlowCrn()
Getter for flowCrn. The CRN of the previously uploaded flow.
-
setFlowCrn
public void setFlowCrn(String flowCrn)
Setter for flowCrn. The CRN of the previously uploaded flow.
-
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.
-
getComments
public String getComments()
Getter for comments. The comments of the flow version.
-
setComments
public void setComments(String comments)
Setter for comments. The comments of the flow version.
-
-