Class FlowSummary

java.lang.Object
com.cloudera.cdp.df.model.FlowSummary

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class FlowSummary extends Object
A summarized version of a flow, mostly useful in listing flows
  • Constructor Details

    • FlowSummary

      public FlowSummary()
  • Method Details

    • 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.
    • 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