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="2025-10-28T14:00:30.597-07:00")
public class FlowVersion
extends Object
A representation of a flow detail version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter 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.inthashCode()voidSetter for author.voidsetBucketIdentifier(String bucketIdentifier) Setter for bucketIdentifier.voidsetComments(String comments) Setter for comments.voidSetter for crn.voidsetDeploymentCount(Integer deploymentCount) Setter for deploymentCount.voidsetDraftCount(Integer draftCount) Setter for draftCount.voidsetTags(List<FlowVersionTag> tags) Setter for tags.voidsetTimestamp(Long timestamp) Setter for timestamp.voidsetVersion(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
-