Class CatalogCollection

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:37.723-07:00") public class CatalogCollection extends Object
A catalog collection.
  • Constructor Details

    • CatalogCollection

      public CatalogCollection()
  • Method Details

    • getCrn

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

      public void setCrn(String crn)
      Setter for crn. The catalog collection CRN.
    • getName

      public String getName()
      Getter for name. The name of the catalog collection.
    • setName

      public void setName(String name)
      Setter for name. The name of the catalog collection.
    • getDescription

      public String getDescription()
      Getter for description. The description of the catalog collection.
    • setDescription

      public void setDescription(String description)
      Setter for description. The description of the catalog collection.
    • getFlowSummaries

      public List<FlowSummary> getFlowSummaries()
      Getter for flowSummaries. The summaries of flows in the catalog collection.
    • setFlowSummaries

      public void setFlowSummaries(List<FlowSummary> flowSummaries)
      Setter for flowSummaries. The summaries of flows in the catalog collection.
    • getFlowCount

      public Integer getFlowCount()
      Getter for flowCount. The number of flow summaries in the catalog collection.
    • setFlowCount

      public void setFlowCount(Integer flowCount)
      Setter for flowCount. The number of flow summaries in the catalog collection.
    • 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