Package com.cloudera.cdp.df.model
Class FlowVersion
java.lang.Object
com.cloudera.cdp.df.model.FlowVersion
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.348-07:00")
public class FlowVersion
extends Object
A representation of a flow detail version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for author.Getter for bucketIdentifier.Getter for comments.getCrn()
Getter for crn.Getter for deploymentCount.Getter for draftCount.getTags()
Getter for tags.Getter for timestamp.Getter for version.int
hashCode()
void
Setter for author.void
setBucketIdentifier
(String bucketIdentifier) Setter for bucketIdentifier.void
setComments
(String comments) Setter for comments.void
Setter for crn.void
setDeploymentCount
(Integer deploymentCount) Setter for deploymentCount.void
setDraftCount
(Integer draftCount) Setter for draftCount.void
setTags
(List<FlowVersionTag> tags) Setter for tags.void
setTimestamp
(Long timestamp) Setter for timestamp.void
setVersion
(Integer version) Setter for version.toString()
-
Constructor Details
-
FlowVersion
public FlowVersion()
-
-
Method Details
-
getCrn
Getter for crn. The flow version CRN -
setCrn
Setter for crn. The flow version CRN -
getBucketIdentifier
Getter for bucketIdentifier. The bucketIdentifier of the flow -
setBucketIdentifier
Setter for bucketIdentifier. The bucketIdentifier of the flow -
getAuthor
Getter for author. The author of the flow -
setAuthor
Setter for author. The author of the flow -
getVersion
Getter for version. The version of the flow -
setVersion
Setter for version. The version of the flow -
getTimestamp
Getter for timestamp. The timestamp of the flow -
setTimestamp
Setter for timestamp. The timestamp of the flow -
getDeploymentCount
Getter for deploymentCount. The number of deployments of the flow -
setDeploymentCount
Setter for deploymentCount. The number of deployments of the flow -
getComments
Getter for comments. Comments about the flow -
setComments
Setter for comments. Comments about the flow -
getDraftCount
Getter for draftCount. The number of draft flows associated with the version. -
setDraftCount
Setter for draftCount. The number of draft flows associated with the version. -
getTags
Getter for tags. The list of tags associated with the flow version. -
setTags
Setter for tags. The list of tags associated with the flow version. -
equals
-
hashCode
public int hashCode() -
toString
-