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-10-28T14:00:30.597-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 TypeMethodDescriptionbooleanGetter for artifactType.Getter for collectionCrn.Getter for collectionName.getCrn()Getter for crn.Getter for modifiedTimestamp.getName()Getter for name.Getter for versionCount.inthashCode()voidsetArtifactType(String artifactType) Setter for artifactType.voidsetCollectionCrn(String collectionCrn) Setter for collectionCrn.voidsetCollectionName(String collectionName) Setter for collectionName.voidSetter for crn.voidsetModifiedTimestamp(Long modifiedTimestamp) Setter for modifiedTimestamp.voidSetter for name.voidsetVersionCount(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
-