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-10-15T17:00:48.252-07:00")
public class CatalogCollection
extends Object
A catalog collection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCrn()Getter for crn.Getter for description.Getter for flowCount.Getter for flowSummaries.getName()Getter for name.inthashCode()voidSetter for crn.voidsetDescription(String description) Setter for description.voidsetFlowCount(Integer flowCount) Setter for flowCount.voidsetFlowSummaries(List<FlowSummary> flowSummaries) Setter for flowSummaries.voidSetter 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
-