Class FlowSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class FlowSummary
    extends Object
    A summarized version of a flow, mostly useful in listing flows
    • Constructor Detail

      • FlowSummary

        public FlowSummary()
    • 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.
      • getArtifactType

        public String getArtifactType()
        Getter for artifactType. The type of artifact
      • setArtifactType

        public void setArtifactType​(String artifactType)
        Setter for artifactType. The type of artifact
      • getModifiedTimestamp

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object