Class Flow


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class Flow
    extends Object
    A representation of a versioned data flow.
    • Constructor Detail

      • Flow

        public Flow()
    • Method Detail

      • getCrn

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

        public void setCrn​(String crn)
        Setter for crn. The artifact CRN
      • getName

        public String getName()
        Getter for name. The artifact name.
      • setName

        public void setName​(String name)
        Setter for name. The artifact name.
      • getVersionCount

        public Integer getVersionCount()
        Getter for versionCount. The number of versions uploaded to the catalog.
      • setVersionCount

        public void setVersionCount​(Integer versionCount)
        Setter for versionCount. The number of versions uploaded to the catalog.
      • getCreatedTimestamp

        public Long getCreatedTimestamp()
        Getter for createdTimestamp. The created timestamp.
      • setCreatedTimestamp

        public void setCreatedTimestamp​(Long createdTimestamp)
        Setter for createdTimestamp. The created timestamp.
      • getAuthor

        public String getAuthor()
        Getter for author. Author of the most recent version
      • setAuthor

        public void setAuthor​(String author)
        Setter for author. Author of the most recent version
      • getDescription

        public String getDescription()
        Getter for description. The artifact description.
      • setDescription

        public void setDescription​(String description)
        Setter for description. The artifact description.
      • getModifiedTimestamp

        public Long getModifiedTimestamp()
        Getter for modifiedTimestamp. The modified timestamp.
      • setModifiedTimestamp

        public void setModifiedTimestamp​(Long modifiedTimestamp)
        Setter for modifiedTimestamp. The modified timestamp.
      • getVersions

        public List<FlowVersion> getVersions()
        Getter for versions. The list of artifactDetail versions
      • setVersions

        public void setVersions​(List<FlowVersion> versions)
        Setter for versions. The list of artifactDetail versions
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object