Package com.cloudera.cdp.df.model
Class FlowSummary
java.lang.Object
com.cloudera.cdp.df.model.FlowSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-05-14T11:34:37.723-07:00")
public class FlowSummary
extends Object
A summarized version of a flow, mostly useful in listing flows
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for artifactType.Getter for collectionCrn.Getter for collectionName.getCrn()
Getter for crn.Getter for modifiedTimestamp.getName()
Getter for name.Getter for versionCount.int
hashCode()
void
setArtifactType
(String artifactType) Setter for artifactType.void
setCollectionCrn
(String collectionCrn) Setter for collectionCrn.void
setCollectionName
(String collectionName) Setter for collectionName.void
Setter for crn.void
setModifiedTimestamp
(Long modifiedTimestamp) Setter for modifiedTimestamp.void
Setter for name.void
setVersionCount
(Integer versionCount) Setter for versionCount.toString()
-
Constructor Details
-
FlowSummary
public FlowSummary()
-
-
Method Details
-
getCrn
Getter for crn. The artifact CRN -
setCrn
Setter for crn. The artifact CRN -
getName
Getter for name. The artifact name. -
setName
Setter for name. The artifact name. -
getVersionCount
Getter for versionCount. The number of versions uploaded to the catalog. -
setVersionCount
Setter for versionCount. The number of versions uploaded to the catalog. -
getArtifactType
Getter for artifactType. The type of artifact -
setArtifactType
Setter for artifactType. The type of artifact -
getModifiedTimestamp
Getter for modifiedTimestamp. The modified timestamp. -
setModifiedTimestamp
Setter for modifiedTimestamp. The modified timestamp. -
getCollectionName
Getter for collectionName. The collection name. -
setCollectionName
Setter for collectionName. The collection name. -
getCollectionCrn
Getter for collectionCrn. The collection CRN. -
setCollectionCrn
Setter for collectionCrn. The collection CRN. -
equals
-
hashCode
public int hashCode() -
toString
-