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="2023-06-01T14:27:22.585-07:00") public class FlowSummary extends Object
A summarized version of a flow, mostly useful in listing flows
-
-
Constructor Summary
Constructors Constructor Description FlowSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getArtifactType()
Getter for artifactType.String
getCrn()
Getter for crn.Long
getModifiedTimestamp()
Getter for modifiedTimestamp.String
getName()
Getter for name.Integer
getVersionCount()
Getter for versionCount.int
hashCode()
void
setArtifactType(String artifactType)
Setter for artifactType.void
setCrn(String crn)
Setter for crn.void
setModifiedTimestamp(Long modifiedTimestamp)
Setter for modifiedTimestamp.void
setName(String name)
Setter for name.void
setVersionCount(Integer versionCount)
Setter for versionCount.String
toString()
-
-
-
Method Detail
-
getCrn
public String getCrn()
Getter for crn. The artifact CRN
-
setCrn
public void setCrn(String crn)
Setter for crn. The artifact CRN
-
getName
public String getName()
Getter for name. The artifact name.
-
setName
public void setName(String name)
Setter for name. The artifact name.
-
getVersionCount
public Integer getVersionCount()
Getter for versionCount. The number of versions uploaded to the catalog.
-
setVersionCount
public void setVersionCount(Integer versionCount)
Setter for versionCount. The number of versions uploaded to the catalog.
-
getArtifactType
public String getArtifactType()
Getter for artifactType. The type of artifact
-
setArtifactType
public void setArtifactType(String artifactType)
Setter for artifactType. The type of artifact
-
getModifiedTimestamp
public Long getModifiedTimestamp()
Getter for modifiedTimestamp. The modified timestamp.
-
setModifiedTimestamp
public void setModifiedTimestamp(Long modifiedTimestamp)
Setter for modifiedTimestamp. The modified timestamp.
-
-