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="2024-09-27T08:40:28.348-07:00")
public class FlowSummary
extends Object
A summarized version of a flow, mostly useful in listing flows
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for artifactType.getCrn()
Getter for crn.Getter for modifiedTimestamp.getName()
Getter for name.Getter for versionCount.int
hashCode()
void
setArtifactType
(String artifactType) Setter for artifactType.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. -
equals
-
hashCode
public int hashCode() -
toString
-