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 Details

    • FlowVersion

      public FlowVersion()
  • Method Details

    • getCrn

      public String getCrn()
      Getter for crn. The flow version CRN
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The flow version CRN
    • getBucketIdentifier

      public String getBucketIdentifier()
      Getter for bucketIdentifier. The bucketIdentifier of the flow
    • setBucketIdentifier

      public void setBucketIdentifier(String bucketIdentifier)
      Setter for bucketIdentifier. The bucketIdentifier of the flow
    • getAuthor

      public String getAuthor()
      Getter for author. The author of the flow
    • setAuthor

      public void setAuthor(String author)
      Setter for author. The author of the flow
    • getVersion

      public Integer getVersion()
      Getter for version. The version of the flow
    • setVersion

      public void setVersion(Integer version)
      Setter for version. The version of the flow
    • getTimestamp

      public Long getTimestamp()
      Getter for timestamp. The timestamp of the flow
    • setTimestamp

      public void setTimestamp(Long timestamp)
      Setter for timestamp. The timestamp of the flow
    • getDeploymentCount

      public Integer getDeploymentCount()
      Getter for deploymentCount. The number of deployments of the flow
    • setDeploymentCount

      public void setDeploymentCount(Integer deploymentCount)
      Setter for deploymentCount. The number of deployments of the flow
    • getComments

      public String getComments()
      Getter for comments. Comments about the flow
    • setComments

      public void setComments(String comments)
      Setter for comments. Comments about the flow
    • getDraftCount

      public Integer getDraftCount()
      Getter for draftCount. The number of draft flows associated with the version.
    • setDraftCount

      public void setDraftCount(Integer draftCount)
      Setter for draftCount. The number of draft flows associated with the version.
    • getTags

      public List<FlowVersionTag> getTags()
      Getter for tags. The list of tags associated with the flow version.
    • setTags

      public void setTags(List<FlowVersionTag> tags)
      Setter for tags. The list of tags associated with the flow version.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object