Package com.cloudera.cdp.df.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCrn()
Getter for crn.Getter for description.Getter for flowCount.Getter for flowSummaries.getName()
Getter for name.int
hashCode()
void
Setter for crn.void
setDescription
(String description) Setter for description.void
setFlowCount
(Integer flowCount) Setter for flowCount.void
setFlowSummaries
(List<FlowSummary> flowSummaries) Setter for flowSummaries.void
Setter for name.toString()
-
Constructor Details
-
CatalogCollection
public CatalogCollection()
-
-
Method Details
-
getCrn
Getter for crn. The catalog collection CRN. -
setCrn
Setter for crn. The catalog collection CRN. -
getName
Getter for name. The name of the catalog collection. -
setName
Setter for name. The name of the catalog collection. -
getDescription
Getter for description. The description of the catalog collection. -
setDescription
Setter for description. The description of the catalog collection. -
getFlowSummaries
Getter for flowSummaries. The summaries of flows in the catalog collection. -
setFlowSummaries
Setter for flowSummaries. The summaries of flows in the catalog collection. -
getFlowCount
Getter for flowCount. The number of flow summaries in the catalog collection. -
setFlowCount
Setter for flowCount. The number of flow summaries in the catalog collection. -
equals
-
hashCode
public int hashCode() -
toString
-